summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-28 21:47:20 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-28 21:47:20 +0000
commitf96752a52815953a7e0ed87d9607bc5db6960b49 (patch)
treec39985f43a9e39f63d42dce38c55c656871e6c61 /mplayer.c
parent39f7f187ef8cf17045e2f718ce06f0e052691ec9 (diff)
downloadmpv-f96752a52815953a7e0ed87d9607bc5db6960b49.tar.bz2
mpv-f96752a52815953a7e0ed87d9607bc5db6960b49.tar.xz
getch2 vs. gui fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1737 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/mplayer.c b/mplayer.c
index 0c177a8e95..cc6bb87969 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -280,12 +280,7 @@ void exit_player(char* how){
total_time_usage_start=GetTimer()-total_time_usage_start;
// restore terminal:
-#ifdef HAVE_NEW_GUI
- if ( !use_gui ) getch2_disable();
-#else
getch2_disable();
-#endif
-
#ifdef USE_LIBVO2
if(video_out) vo2_close(video_out);
@@ -1808,11 +1803,7 @@ if(curr_filename+1<num_filenames){
// partial uninit:
// restore terminal:
-#ifdef HAVE_NEW_GUI
- if ( !use_gui ) getch2_disable();
-#else
getch2_disable();
-#endif
current_module="uninit_vo";