]> git.sesse.net Git - vlc/commitdiff
libvlc: remove useless variable
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 7 Feb 2015 15:45:30 +0000 (17:45 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 7 Feb 2015 15:45:30 +0000 (17:45 +0200)
"drawable-hwnd" is a configuration item; there is need to create the
variable explicitly anymore.

src/libvlc.c

index 946ce2e3f199ffa89bd0a746e07dcf249dbb2b71..3d11414bed53028d4f437ea5787c4de056c7ea22 100644 (file)
@@ -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.