mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 03:32:50 +00:00
Remove useless #ifdefs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25495 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
defbb2a545
commit
2634462d21
@ -119,10 +119,8 @@ char * proc_priority=NULL;
|
|||||||
#include "playtree.h"
|
#include "playtree.h"
|
||||||
#include "playtreeparser.h"
|
#include "playtreeparser.h"
|
||||||
|
|
||||||
#ifdef HAVE_NEW_GUI
|
|
||||||
extern int import_playtree_playlist_into_gui(play_tree_t* my_playtree, m_config_t* config);
|
extern int import_playtree_playlist_into_gui(play_tree_t* my_playtree, m_config_t* config);
|
||||||
extern int import_initial_playtree_into_gui(play_tree_t* my_playtree, m_config_t* config, int enqueue);
|
extern int import_initial_playtree_into_gui(play_tree_t* my_playtree, m_config_t* config, int enqueue);
|
||||||
#endif
|
|
||||||
|
|
||||||
//**************************************************************************//
|
//**************************************************************************//
|
||||||
// Config
|
// Config
|
||||||
@ -148,9 +146,7 @@ static int cfg_include(m_option_t *conf, char *filename){
|
|||||||
// XScreensaver
|
// XScreensaver
|
||||||
//**************************************************************************//
|
//**************************************************************************//
|
||||||
|
|
||||||
#ifdef HAVE_X11
|
|
||||||
void xscreensaver_heartbeat(void);
|
void xscreensaver_heartbeat(void);
|
||||||
#endif
|
|
||||||
|
|
||||||
//**************************************************************************//
|
//**************************************************************************//
|
||||||
//**************************************************************************//
|
//**************************************************************************//
|
||||||
|
Loading…
Reference in New Issue
Block a user