[vlc-commits] libvlc: remove useless variable
    Rémi Denis-Courmont 
    git at videolan.org
       
    Sat Feb  7 16:45:57 CET 2015
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb  7 17:45:30 2015 +0200| [69ff84b97f1108ec7264d9f4c54d2751f5404065] | committer: Rémi Denis-Courmont
libvlc: remove useless variable
"drawable-hwnd" is a configuration item; there is need to create the
variable explicitly anymore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=69ff84b97f1108ec7264d9f4c54d2751f5404065
---
 src/libvlc.c |    3 ---
 1 file changed, 3 deletions(-)
diff --git a/src/libvlc.c b/src/libvlc.c
index 946ce2e..3d11414 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -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.
    
    
More information about the vlc-commits
mailing list