summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
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;