From 7f3b8d1bca019b85ca4e38d9028e1b87f7521c9c Mon Sep 17 00:00:00 2001 From: Sebastian Morr Date: Tue, 1 Sep 2020 16:48:22 +0200 Subject: [PATCH] Remove unused callback functions --- main.gd | 7 ------- 1 file changed, 7 deletions(-) diff --git a/main.gd b/main.gd index 305d99e..906d9c9 100644 --- a/main.gd +++ b/main.gd @@ -16,13 +16,6 @@ func _ready(): server = TCP_Server.new() server.listen(1234) - -func _connected(id, proto): - print("!!!") - print(id) - -func _player_connected(id): - print("connected") func _process(delta): if server.is_connection_available():