summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-30 15:46:05 +0200
committerwm4 <wm4@nowhere>2012-07-30 15:46:05 +0200
commit17b69493b70413326c95c3c552009626809b45ec (patch)
treee20bc4ef93dfa845ae7988ecdeb11b843b58dcc1 /mplayer.h
parentbff71641f6486a141b6091969955d4defd6be77b (diff)
downloadmpv-17b69493b70413326c95c3c552009626809b45ec.tar.bz2
mpv-17b69493b70413326c95c3c552009626809b45ec.tar.xz
libvo: remove exit_player_bad()
For some reason, these 3 VOs basically call exit() if something went wrong.
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/mplayer.h b/mplayer.h
index 0c8be38efb..2c46d9ac85 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -39,13 +39,6 @@ extern int auto_quality;
extern int vobsub_id;
-static inline void exit_player_bad(const char *how)
-{
- if (how)
- mp_msg(MSGT_CPLAYER, MSGL_INFO, "Deprecated exit call: %s", how);
- exit(1);
-}
-
struct MPContext;
struct subtitle;