From: Yann Dirson Date: Sat, 19 Oct 2013 19:25:44 +0000 (+0200) Subject: Remove dead Curses-specific code from Raw_ElapsedTime() X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=commitdiff_plain;h=58e443e7ec0d834fe75a9eda53f4cfaf7f8b106c Remove dead Curses-specific code from Raw_ElapsedTime() --- diff --git a/gnushogi/rawdsp.c b/gnushogi/rawdsp.c index 08ef9d3..15f581f 100644 --- a/gnushogi/rawdsp.c +++ b/gnushogi/rawdsp.c @@ -1041,13 +1041,5 @@ Raw_ElapsedTime(ElapsedTime_mode iop) time0 = current_time; } - - if (!NOT_CURSES) - { -#ifdef QUIETBACKGROUND - if (!background) -#endif - UpdateClocks(); - } } }