]> git.sesse.net Git - vlc/blobdiff - modules/video_output/xcb/events.c
Fix previous commit
[vlc] / modules / video_output / xcb / events.c
index bb016cff4cbdf6456e4e2aa92eb98a671d2bea25..0d3e656c2b71b279df5ed945d199dc00cfbc468f 100644 (file)
@@ -107,7 +107,6 @@ void RegisterMouseEvents (vlc_object_t *obj, xcb_connection_t *conn,
         xcb_change_window_attributes (conn, wnd,
                                       XCB_CW_EVENT_MASK, &value);
     }
-    var_Destroy (obj, "mouse-events");
 }
 
 /* NOTE: we assume no other thread will be _setting_ our video output events