summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_rpi.c')
-rw-r--r--video/out/vo_rpi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c
index a0cc0e39ef..9a1280584c 100644
--- a/video/out/vo_rpi.c
+++ b/video/out/vo_rpi.c
@@ -616,8 +616,6 @@ static int control(struct vo *vo, uint32_t request, void *data)
set_geometry(vo);
vo->want_redraw = true;
return VO_TRUE;
- case VOCTRL_GET_PANSCAN:
- return VO_TRUE;
case VOCTRL_SET_PANSCAN:
if (p->renderer_enabled)
resize(vo);