summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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;