1
mirror of https://github.com/mpv-player/mpv synced 2025-01-20 21:07:29 +01:00

Remove unused defines

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14271 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-12-29 14:35:18 +00:00
parent f9258247dd
commit efb6997813

View File

@ -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;