[vlc-devel] commit: Unused variable ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Aug 15 22:00:45 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 15 22:47:19 2009 +0300| [de6c97fbeb237316e846a1d5c579c566670fc6bd] | committer: Rémi Denis-Courmont
Unused variable
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de6c97fbeb237316e846a1d5c579c566670fc6bd
---
modules/video_output/xcb/window.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/xcb/window.c b/modules/video_output/xcb/window.c
index 92d04f6..ee1dde7 100644
--- a/modules/video_output/xcb/window.c
+++ b/modules/video_output/xcb/window.c
@@ -282,7 +282,6 @@ static void Close (vlc_object_t *obj)
vout_window_t *wnd = (vout_window_t *)obj;
vout_window_sys_t *p_sys = wnd->sys;
xcb_connection_t *conn = p_sys->conn;
- xcb_window_t window = wnd->handle.xid;
if (p_sys->keys)
{
More information about the vlc-devel
mailing list