Commit 69ff84b9 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libvlc: remove useless variable

"drawable-hwnd" is a configuration item; there is need to create the
variable explicitly anymore.
parent 73a617b5
......@@ -485,9 +485,6 @@ dbus_out:
var_Create( p_libvlc, "drawable-clip-right", VLC_VAR_INTEGER );
var_Create( p_libvlc, "drawable-nsobject", VLC_VAR_ADDRESS );
#endif
#if defined (_WIN32) || defined (__OS2__)
var_Create( p_libvlc, "drawable-hwnd", VLC_VAR_INTEGER );
#endif
/*
* Get input filenames given as commandline arguments.
......
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