[vlc-devel] commit: x11: remove unused variables in Control. (Jean-Paul Saman )
git version control
git at videolan.org
Mon Mar 16 12:48:36 CET 2009
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Mon Mar 16 10:59:04 2009 +0100| [2c4367b3fb84a317cb22f65dd1ae759d83c458e7] | committer: Jean-Paul Saman
x11: remove unused variables in Control.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c4367b3fb84a317cb22f65dd1ae759d83c458e7
---
modules/video_output/x11/xcommon.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index b241025..7d9bf64 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 )
{
More information about the vlc-devel
mailing list