From 2c4367b3fb84a317cb22f65dd1ae759d83c458e7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Mon, 16 Mar 2009 10:59:04 +0100 Subject: [PATCH] x11: remove unused variables in Control. --- modules/video_output/x11/xcommon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c index b241025194..7d9bf64956 100644 --- a/modules/video_output/x11/xcommon.c +++ b/modules/video_output/x11/xcommon.c @@ -3131,8 +3131,6 @@ static int Control( vout_thread_t *p_vout, int i_query, va_list args ) { bool b_arg; unsigned int i_width, i_height; - unsigned int *pi_width, *pi_height; - Drawable d = 0; switch( i_query ) { -- 2.39.2