Drop non-curses support from Curses_ElapsedTime.
[gnushogi.git] / 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();
     }
 }