]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Remove unused VOUT_GET_SIZE...
[vlc] / include / vlc_vout.h
index 4055f4cc6681fa0610f3a0546e4006dc0e724b80..cd1a18db06b2ae653794411aad4cf56c38254387 100644 (file)
@@ -700,7 +700,6 @@ static inline int vout_Control( vout_thread_t *p_vout, int i_query, ... )
 
 enum output_query_e
 {
-    VOUT_GET_SIZE,         /* arg1= unsigned int*, arg2= unsigned int*, res= */
     VOUT_SET_SIZE,         /* arg1= unsigned int, arg2= unsigned int, res= */
     VOUT_SET_STAY_ON_TOP,  /* arg1= bool       res=    */
     VOUT_REPARENT,