online multiplayer chess game (note server currently down)
Diffstat (limited to 'Events.gd')
-rw-r--r--Events.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/Events.gd b/Events.gd
index 512060c..c716ee4 100644
--- a/Events.gd
+++ b/Events.gd
@@ -4,4 +4,3 @@ extends Node
signal turn_over
signal game_over(reason, isok) # called when the game is over
signal go_back(reason, isok) # called when the game is over, and were ready to go back
-signal set_signed_in(signed_in)