summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/command.c b/command.c
index 73ab2d4be8..2cd23bcf03 100644
--- a/command.c
+++ b/command.c
@@ -1288,9 +1288,6 @@ static int mp_property_aspect(m_option_t * prop, int action, void *arg,
static int mp_property_sub_pos(m_option_t * prop, int action, void *arg,
MPContext * mpctx)
{
- if (!mpctx->sh_video)
- return M_PROPERTY_UNAVAILABLE;
-
switch (action) {
case M_PROPERTY_SET:
if (!arg)