projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fe6e106
)
Remove dead Curses-specific code from Raw_ElapsedTime()
author
Yann Dirson
<ydirson@free.fr>
Sat, 19 Oct 2013 19:25:44 +0000 (21:25 +0200)
committer
Yann Dirson
<ydirson@free.fr>
Sat, 19 Oct 2013 19:25:44 +0000 (21:25 +0200)
gnushogi/rawdsp.c
patch
|
blob
|
history
diff --git
a/gnushogi/rawdsp.c
b/gnushogi/rawdsp.c
index
08ef9d3
..
15f581f
100644
(file)
--- 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();
- }
}
}