]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Remove unused VOUT_PARENT
[vlc] / include / vlc_vout.h
index 059ffea33bed3d585a5b505e2ae49e96a07c9ef4..c322288805c40bd397e7c27a96163f08294b76f8 100644 (file)
@@ -707,7 +707,6 @@ enum output_query_e
 {
     VOUT_SET_SIZE,         /* arg1= unsigned int, arg2= unsigned int, res= */
     VOUT_SET_STAY_ON_TOP,  /* arg1= bool       res=    */
-    VOUT_REPARENT,
     VOUT_SET_VIEWPORT,      /* arg1= view rect, arg2=clip rect, res= */
     VOUT_REDRAW_RECT,       /* arg1= area rect, res= */
 };