Mercurial > mplayer.hg
changeset 36871:d0cc70892148
Remove VOCTRL_GUISUPPORT.
The video output driver doesn't support it.
author | ib |
---|---|
date | Sun, 02 Mar 2014 21:06:26 +0000 |
parents | 871778a75acc |
children | c0004493b01b |
files | libvo/vo_dfbmga.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c Sun Mar 02 21:05:01 2014 +0000 +++ b/libvo/vo_dfbmga.c Sun Mar 02 21:06:26 2014 +0000 @@ -1408,9 +1408,6 @@ control( uint32_t request, void *data ) { switch (request) { - case VOCTRL_GUISUPPORT: - return VO_TRUE; - case VOCTRL_QUERY_FORMAT: return query_format( *((uint32_t *) data) );