[vlc-devel] commit: Remove dangling variables ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Mar 7 14:30:41 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar 7 15:19:55 2009 +0200| [234670d95c074da35559e34fc8f60a6b23e94f41] | committer: Rémi Denis-Courmont
Remove dangling variables
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=234670d95c074da35559e34fc8f60a6b23e94f41
---
modules/video_output/x11/xcommon.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index 2ac9868..2b5129f 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 =
More information about the vlc-devel
mailing list