Remove dead Curses-specific code from Raw_ElapsedTime()
authorYann Dirson <ydirson@free.fr>
Sat, 19 Oct 2013 19:25:44 +0000 (21:25 +0200)
committerYann Dirson <ydirson@free.fr>
Sat, 19 Oct 2013 19:25:44 +0000 (21:25 +0200)
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();
-        }
     }
 }