projects
/
gnushogi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6cdb4af
)
Drop non-curses support from Curses_ElapsedTime.
author
Yann Dirson
<ydirson@free.fr>
Sat, 19 Oct 2013 19:47:18 +0000 (21:47 +0200)
committer
Yann 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
patch
|
blob
|
history
diff --git
a/gnushogi/cursesdsp.c
b/gnushogi/cursesdsp.c
index
cb2f458
..
7b37fc6
100644
(file)
--- a/
gnushogi/cursesdsp.c
+++ b/
gnushogi/cursesdsp.c
@@
-1279,13
+1279,10
@@
Curses_ElapsedTime(ElapsedTime_mode iop)
time0 = current_time;
}
- if (!NOT_CURSES)
- {
#ifdef QUIETBACKGROUND
- if (!background)
+ if (!background)
#endif
- UpdateClocks();
- }
+ UpdateClocks();
}
}