summaryrefslogtreecommitdiffstats
path: root/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/main.c')
-rw-r--r--player/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/player/main.c b/player/main.c
index 6a7fc68004..ec5cdd69b1 100644
--- a/player/main.c
+++ b/player/main.c
@@ -244,12 +244,6 @@ static int cfg_include(void *ctx, char *filename, int flags)
return r;
}
-static void abort_playback_cb(void *ctx)
-{
- struct MPContext *mpctx = ctx;
- mp_abort_playback_async(mpctx);
-}
-
// We mostly care about LC_NUMERIC, and how "." vs. "," is treated,
// Other locale stuff might break too, but probably isn't too bad.
static bool check_locale(void)
@@ -320,8 +314,6 @@ struct MPContext *mp_create(void)
cocoa_set_input_context(mpctx->input);
#endif
- mp_input_set_cancel(mpctx->input, abort_playback_cb, mpctx);
-
char *verbose_env = getenv("MPV_VERBOSE");
if (verbose_env)
mpctx->opts->verbose = atoi(verbose_env);