Commit 1862b832 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove useless variable

parent 8c6064c9
......@@ -468,7 +468,6 @@ static int OpenWindow (vlc_object_t *obj)
return VLC_EGENERIC; /* Qt4 not in use */
assert (intf->i_object_type == VLC_OBJECT_INTF);
var_Create (intf, "window_mutex", VLC_VAR_MUTEX);
var_Create (intf, "window_widget", VLC_VAR_ADDRESS);
vlc_value_t ptrval;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment