Remove dead Curses-specific code from Raw_ElapsedTime()
[gnushogi.git] / gnushogi / rawdsp.c
index 08ef9d3..15f581f 100644 (file)
@@ -1041,13 +1041,5 @@ Raw_ElapsedTime(ElapsedTime_mode iop)
 
             time0 = current_time;
         }
-
-        if (!NOT_CURSES)
-        {
-#ifdef QUIETBACKGROUND
-            if (!background)
-#endif
-                UpdateClocks();
-        }
     }
 }