summaryrefslogtreecommitdiffstats
path: root/video/out/vo_opengl.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_opengl.c')
-rw-r--r--video/out/vo_opengl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo_opengl.c b/video/out/vo_opengl.c
index a22f02bb5e..36645ec0cd 100644
--- a/video/out/vo_opengl.c
+++ b/video/out/vo_opengl.c
@@ -279,8 +279,6 @@ static int control(struct vo *vo, uint32_t request, void *data)
struct gl_priv *p = vo->priv;
switch (request) {
- case VOCTRL_GET_PANSCAN:
- return VO_TRUE;
case VOCTRL_SET_PANSCAN:
resize(p);
return VO_TRUE;