]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/events.c
Remove useless vout_vaControlDefault
[vlc] / modules / video_output / msw / events.c
index 7ac260dc9a46423122eb79ccc2b0503188099b03..85762d14be058db06f248f9efcfd265c7f3013f7 100644 (file)
@@ -1136,7 +1136,7 @@ static int Control( vout_thread_t *p_vout, int i_query, va_list args )
 #endif
 
     default:
-        return vout_vaControlDefault( p_vout, i_query, args );
+        return VLC_EGENERIC;
     }
 }