Mercurial > mplayer.hg
diff mplayer.c @ 30533:e3e329bc727a
Avoid forward declarations for import_initial_playtree_into_gui() and
import_playtree_playlist_into_gui; declare them in interface.h instead.
author | diego |
---|---|
date | Sun, 14 Feb 2010 13:49:31 +0000 |
parents | 18b9a39a5bac |
children | bf9ec7f73c86 |
line wrap: on
line diff
--- a/mplayer.c Sun Feb 14 12:57:18 2010 +0000 +++ b/mplayer.c Sun Feb 14 13:49:31 2010 +0000 @@ -129,9 +129,6 @@ #include "playtree.h" #include "playtreeparser.h" -int import_playtree_playlist_into_gui(play_tree_t* my_playtree, m_config_t* config); -int import_initial_playtree_into_gui(play_tree_t* my_playtree, m_config_t* config, int enqueue); - //**************************************************************************// // Config //**************************************************************************//