diff libvo/vo_xmga.c @ 7472:c4434bdf6e51

tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
author arpi
date Sun, 22 Sep 2002 02:33:28 +0000
parents eca7dbad0166
children e4e70b0e1786
line wrap: on
line diff
--- a/libvo/vo_xmga.c	Sun Sep 22 00:43:14 2002 +0000
+++ b/libvo/vo_xmga.c	Sun Sep 22 02:33:28 2002 +0000
@@ -75,9 +75,7 @@
 
 static XGCValues              wGCV;
 
-static XImage               * myximage;
-
-static uint32_t               mDepth, bpp, mode;
+static uint32_t               mDepth;
 static XWindowAttributes      attribs;
 static uint32_t               fgColor;