From: RĂ©mi Denis-Courmont Date: Sat, 7 Mar 2009 13:19:55 +0000 (+0200) Subject: Remove dangling variables X-Git-Tag: 1.0.0-pre1~261 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=234670d95c074da35559e34fc8f60a6b23e94f41;p=vlc Remove dangling variables --- diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c index 2ac986816b..2b5129fb42 100644 --- a/modules/video_output/x11/xcommon.c +++ b/modules/video_output/x11/xcommon.c @@ -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 =