mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-27 21:39:59 +02:00
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:
parent
427ebb3efc
commit
b1d0bdd9e7
6 changed files with 5 additions and 8 deletions
scenes
|
@ -1,6 +1,6 @@
|
|||
extends Node
|
||||
|
||||
signal data_received(string)
|
||||
#signal data_received(string)
|
||||
signal new_connection
|
||||
|
||||
export var port: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue