summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/mp_core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-15 18:04:13 +0100
committerwm4 <wm4@nowhere>2013-12-15 18:06:21 +0100
commitff85afa537f48b20751c92a6453a579e2ff8a757 (patch)
treec96debc3e37efc7eb4be3937662d81d910df03d2 /mpvcore/player/mp_core.h
parent6dcebd91301179f4e59ce6cdfa5ba720043e99bc (diff)
downloadmpv-ff85afa537f48b20751c92a6453a579e2ff8a757.tar.bz2
mpv-ff85afa537f48b20751c92a6453a579e2ff8a757.tar.xz
player: don't temporarily disable terminal handling when reloading files
There's no reason why we should do this. For some reason, the existing code reset terminal handling to default after unloading a file, just to initialize it again when loading a new file. Might be related to github issue #412, although I don't think it helps, since the default SIGTERM handler _should_ kill the mpv process. (It's still a nice simplification, though.)
Diffstat (limited to 'mpvcore/player/mp_core.h')
-rw-r--r--mpvcore/player/mp_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpvcore/player/mp_core.h b/mpvcore/player/mp_core.h
index 21ce0ba3cb..517ddbd37b 100644
--- a/mpvcore/player/mp_core.h
+++ b/mpvcore/player/mp_core.h
@@ -28,7 +28,6 @@
#define INITIALIZED_VO 1
#define INITIALIZED_AO 2
-#define INITIALIZED_GETCH2 8
#define INITIALIZED_PLAYBACK 16
#define INITIALIZED_LIBASS 32
#define INITIALIZED_STREAM 64