aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/playerdb.c')
-rw-r--r--FICS/playerdb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c
index 08c4689..fae75a9 100644
--- a/FICS/playerdb.c
+++ b/FICS/playerdb.c
@@ -2368,7 +2368,6 @@ player_goto_next_board(int p)
on = parray[p].simul_info.onBoard;
start = on;
- g = -1;
do {
on++;
@@ -2397,7 +2396,6 @@ player_goto_prev_board(int p)
on = parray[p].simul_info.onBoard;
start = on;
- g = -1;
do {
--on;