changeset 36844:85bb765747e9

Remove pointless VOCTRL_GUISUPPORT.
author ib
date Tue, 25 Feb 2014 17:15:27 +0000
parents 1078b8dd7625
children 2a135c4385bf
files libvo/vo_direct3d.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_direct3d.c	Tue Feb 25 17:10:39 2014 +0000
+++ b/libvo/vo_direct3d.c	Tue Feb 25 17:15:27 2014 +0000
@@ -790,8 +790,6 @@
     case VOCTRL_RESUME:
         priv->is_paused = 0;
         return VO_TRUE;
-    case VOCTRL_GUISUPPORT:
-        return VO_NOTIMPL;
     case VOCTRL_SET_EQUALIZER:
         return VO_NOTIMPL;
     case VOCTRL_GET_EQUALIZER: