]> git.sesse.net Git - vlc/commitdiff
Remove dangling variables
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 7 Mar 2009 13:19:55 +0000 (15:19 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 7 Mar 2009 13:19:55 +0000 (15:19 +0200)
modules/video_output/x11/xcommon.c

index 2ac986816b48fe1cea2afbdace3f9abdadd92cf7..2b5129fb42bb737634e8f70c21330039c3d03151 100644 (file)
@@ -1598,8 +1598,6 @@ static int CreateWindow( vout_thread_t *p_vout, x11_window_t *p_win )
     XGCValues               xgcvalues;
     XEvent                  xevent;
 
-    bool              b_expose = false;
-    bool              b_configure_notify = false;
     bool              b_map_notify = false;
     vlc_value_t             val;
 
@@ -1729,9 +1727,6 @@ static int CreateWindow( vout_thread_t *p_vout, x11_window_t *p_win )
                       &p_win->i_height,
                       &dummy4, &dummy5 );
 
-        /* We are already configured */
-        b_configure_notify = true;
-
         /* From man XSelectInput: only one client at a time can select a
          * ButtonPress event, so we need to open a new window anyway. */
         p_win->base_window =