summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_xmga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index f9c4dbce44..5da9a6be53 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -180,7 +180,7 @@ static uint32_t init( uint32_t width, uint32_t height, uint32_t d_width, uint32_
{
char * frame_mem;
// uint32_t frame_size;
- int mScreen;
+// int mScreen;
unsigned int fg, bg;
char * mTitle=(title == NULL) ? "XMGA render" : title;
char * name=":0.0";