]> git.sesse.net Git - vlc/commitdiff
Comment out dead code
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Aug 2009 10:53:17 +0000 (12:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 23 Aug 2009 10:53:17 +0000 (12:53 +0200)
modules/video_output/msw/events.c

index 49a27f0e26ccb9e8a8902f1f610abf25cba68fad..252847bcf6bd35d8a1297387ba2c49ed0df97140 100644 (file)
@@ -1127,6 +1127,7 @@ static int vaControlParentWindow( vout_thread_t *p_vout, int i_query,
     }
 }
 
+#if 0
 static int ControlParentWindow( vout_thread_t *p_vout, int i_query, ... )
 {
     va_list args;
@@ -1137,6 +1138,7 @@ static int ControlParentWindow( vout_thread_t *p_vout, int i_query, ... )
     va_end( args );
     return ret;
 }
+#endif
 
 void Win32ToggleFullscreen( vout_thread_t *p_vout )
 {