Fix debugger warnings about unused identifiers

If the identifier was used by code that was commented out, then I just
commented out the line that declared the identifier. If the identifier
wasn’t even used by code that was commented out, then I just deleted the
line that declared the identifier.
This commit is contained in:
Jason Yundt 2023-05-16 07:59:21 -04:00
parent 427ebb3efc
commit b1d0bdd9e7
6 changed files with 5 additions and 8 deletions

View file

@ -1,6 +1,6 @@
extends Node
signal data_received(string)
#signal data_received(string)
signal new_connection
export var port: int