summaryrefslogtreecommitdiffstats
path: root/libvo/w32_common.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 15:49:46 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-25 15:49:46 +0000
commit2f629d79698d1c297e63b3013e002159d37e1ad3 (patch)
tree961943f9e6520873427c25ceb82845ad4fbfcb40 /libvo/w32_common.c
parent07a9a495c8e980f6b5857c637febe3da38e0725b (diff)
downloadmpv-2f629d79698d1c297e63b3013e002159d37e1ad3.tar.bz2
mpv-2f629d79698d1c297e63b3013e002159d37e1ad3.tar.xz
Deduplicate enable_mouse_movements declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31089 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/w32_common.c')
-rw-r--r--libvo/w32_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/w32_common.c b/libvo/w32_common.c
index ba47f37e7c..651386dbd8 100644
--- a/libvo/w32_common.c
+++ b/libvo/w32_common.c
@@ -30,8 +30,6 @@
#include "w32_common.h"
#include "mp_fifo.h"
-extern int enable_mouse_movements;
-
#ifndef MONITOR_DEFAULTTOPRIMARY
#define MONITOR_DEFAULTTOPRIMARY 1
#endif