Drop non-curses support from Curses_ElapsedTime.
authorYann Dirson <ydirson@free.fr>
Sat, 19 Oct 2013 19:47:18 +0000 (21:47 +0200)
committerYann Dirson <ydirson@free.fr>
Sat, 19 Oct 2013 19:47:18 +0000 (21:47 +0200)
Similar to 58e443e7ec0d834fe75a9eda53f4cfaf7f8b106c, was a remnant from
before 4a9acd2e4d21586f2af629ec44cd78c237dcd702.

gnushogi/cursesdsp.c

index cb2f458..7b37fc6 100644 (file)
@@ -1279,13 +1279,10 @@ Curses_ElapsedTime(ElapsedTime_mode iop)
             time0 = current_time;
         }
 
-        if (!NOT_CURSES)
-        {
 #ifdef QUIETBACKGROUND
-            if (!background)
+        if (!background)
 #endif
-                UpdateClocks();
-        }
+            UpdateClocks();
     }
 }