diff options
Diffstat (limited to 'video/out/vo_xv.c')
-rw-r--r-- | video/out/vo_xv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index 0078dc8237..1cc5b0197b 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -870,8 +870,6 @@ static int control(struct vo *vo, uint32_t request, void *data) { struct xvctx *ctx = vo->priv; switch (request) { - case VOCTRL_GET_PANSCAN: - return VO_TRUE; case VOCTRL_SET_PANSCAN: resize(vo); return VO_TRUE; |