online multiplayer chess game (note server currently down)
Diffstat (limited to 'PGN/PGN.gd')
-rw-r--r--PGN/PGN.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/PGN/PGN.gd b/PGN/PGN.gd
index 52d15bc..30aa103 100644
--- a/PGN/PGN.gd
+++ b/PGN/PGN.gd
@@ -37,7 +37,6 @@ func parse(string) -> Dictionary:
return {}
else:
break
-
var movetext := PoolStringArray()
while !lines.empty():
var line = lines.pop_front().strip_edges()