summaryrefslogtreecommitdiff
path: root/src/gamelist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamelist.c')
-rwxr-xr-xsrc/gamelist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gamelist.c b/src/gamelist.c
index 70f7e47..6adf151 100755
--- a/src/gamelist.c
+++ b/src/gamelist.c
@@ -1215,7 +1215,6 @@ Return value:
CHAR szMove[16];
MOVE mv;
CHAR *p = szPgn;
- ULONG uMoveCount = 0;
ULONG x;
FLAG fRet = FALSE;
FLAG fOldPost = g_Options.fShouldPost;
@@ -1293,7 +1292,6 @@ Return value:
goto end;
}
pos = GetRootPosition();
- uMoveCount++;
}
else
{