summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 12:57:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-14 12:57:18 +0000
commit2e816f7a1702d78b703c2362c0302db938acc49c (patch)
treeaec66c12b3da430e76a634735510bf7e3bf9868d /mplayer.c
parent93e9e860d75ac0e4e449716cfb65518e14409d4f (diff)
downloadmpv-2e816f7a1702d78b703c2362c0302db938acc49c.tar.bz2
mpv-2e816f7a1702d78b703c2362c0302db938acc49c.tar.xz
Add xscreensaver_heartbeat() declaration to x11_common.h.
This avoids a forward declaration in mplayer.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30574 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mplayer.c b/mplayer.c
index 42f778a04c..41d2e63be8 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -153,12 +153,6 @@ static int cfg_include(m_option_t *conf, char *filename){
#include "get_path.h"
//**************************************************************************//
-// XScreensaver
-//**************************************************************************//
-
-void xscreensaver_heartbeat(void);
-
-//**************************************************************************//
//**************************************************************************//
// Input media streaming & demultiplexer:
//**************************************************************************//