summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/player/command.c b/player/command.c
index 08f97f4b2e..ec05e8cc40 100644
--- a/player/command.c
+++ b/player/command.c
@@ -3714,15 +3714,6 @@ void run_command(MPContext *mpctx, mp_cmd_t *cmd)
default:
MP_VERBOSE(mpctx, "Received unknown cmd %s\n", cmd->name);
}
-
- if (cmd->flags & MP_PAUSING)
- pause_player(mpctx);
- if (cmd->flags & MP_PAUSING_TOGGLE) {
- if (opts->pause)
- unpause_player(mpctx);
- else
- pause_player(mpctx);
- }
}
void command_uninit(struct MPContext *mpctx)