online multiplayer chess game (note server currently down)
Diffstat (limited to 'Globals.gd')
-rw-r--r--Globals.gd4
1 files changed, 0 insertions, 4 deletions
diff --git a/Globals.gd b/Globals.gd
index ad20b71..58a738e 100644
--- a/Globals.gd
+++ b/Globals.gd
@@ -41,10 +41,6 @@ func pack_vars() -> Dictionary:
}
-func turns() -> int:
- return fullmove
-
-
func reset_halfmove() -> void:
halfmove = 0
__nosethalfmove = true