From d30bcae9c124ffd2777f39f4e3cd3a7aee5b3959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rdenis@simphalempin.com> Date: Sat, 5 Jul 2008 21:29:47 +0300 Subject: [PATCH] Unused variables --- modules/video_output/x11/xcommon.c | 3 --- src/input/input.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c index bc185d9cc0a5..9b70a2cd0f51 100644 --- a/modules/video_output/x11/xcommon.c +++ b/modules/video_output/x11/xcommon.c @@ -1291,8 +1291,6 @@ static int ManageVideo( vout_thread_t *p_vout ) { case Button1: { - playlist_t *p_playlist; - var_Get( p_vout, "mouse-button-down", &val ); val.i_int &= ~1; var_Set( p_vout, "mouse-button-down", val ); @@ -1320,7 +1318,6 @@ static int ManageVideo( vout_thread_t *p_vout ) case Button3: { intf_thread_t *p_intf; - playlist_t *p_playlist; var_Get( p_vout, "mouse-button-down", &val ); val.i_int &= ~4; diff --git a/src/input/input.c b/src/input/input.c index d0295b5e0373..071bf48e3ca4 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -447,9 +447,6 @@ static void ObjectKillChildrens( vlc_object_t *p_obj ) } void input_StopThread( input_thread_t *p_input ) { - vlc_list_t *p_list; - int i; - /* Set die for input and ALL of this childrens (even (grand-)grand-childrens) * It is needed here even if it is done in INPUT_CONTROL_SET_DIE handler to * unlock the control loop */ -- GitLab