summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-29 14:35:18 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-29 14:35:18 +0000
commitefb6997813cc5a47c99d71e0ca07135bff87de6e (patch)
tree360d1a5a0adbb5b2f8b5ef24cf471bf6deaa5ccc /libvo
parentf9258247dd733ad7e61e9031943a99adefaf1df3 (diff)
downloadmpv-efb6997813cc5a47c99d71e0ca07135bff87de6e.tar.bz2
mpv-efb6997813cc5a47c99d71e0ca07135bff87de6e.tar.xz
Remove unused defines
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14271 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index 8063f181d0..c4128d7415 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -57,11 +57,6 @@ static vo_info_t info =
LIBVO_EXTERN(gl2)
-/* private prototypes */
-
-#define MODE_BGR 1
-#define MODE_RGB 0
-
/* local data */
static unsigned char *ImageData=NULL;