changeset 14270:2804ddfb4eb7

Remove unused defines
author reimar
date Wed, 29 Dec 2004 14:35:18 +0000
parents 718ec28220d6
children 1cc5c037e28a
files libvo/vo_gl2.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Wed Dec 29 14:33:40 2004 +0000
+++ b/libvo/vo_gl2.c	Wed Dec 29 14:35:18 2004 +0000
@@ -57,11 +57,6 @@
 
 LIBVO_EXTERN(gl2)
 
-/* private prototypes */
-
-#define MODE_BGR 1
-#define MODE_RGB 0
-
 /* local data */
 static unsigned char *ImageData=NULL;