From 7177ef3e1ca1a6a5c359f6bc1431ff0d6d761d61 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 8 Sep 2016 18:59:21 +0200 Subject: vo: remove unused VOCTRL_GET_PANSCAN It was used to determine whether the VO supports VOCTRL_SET_PANSCAN. With all those changes to property semantics this became unnecessary, and its only use was dropped at some point. --- video/out/vo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index e3258a39ff..407255be12 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -56,7 +56,6 @@ enum mp_voctrl { /* start/resume playback */ VOCTRL_RESUME, - VOCTRL_GET_PANSCAN, VOCTRL_SET_PANSCAN, VOCTRL_SET_EQUALIZER, // struct voctrl_set_equalizer_args* VOCTRL_GET_EQUALIZER, // struct voctrl_get_equalizer_args* -- cgit v1.2.3