From 17b69493b70413326c95c3c552009626809b45ec Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Jul 2012 15:46:05 +0200 Subject: libvo: remove exit_player_bad() For some reason, these 3 VOs basically call exit() if something went wrong. --- mplayer.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mplayer.h') 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; -- cgit v1.2.3