online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/chat/TextEditor.gd')
-rw-r--r--ui/chat/TextEditor.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/chat/TextEditor.gd b/ui/chat/TextEditor.gd
index 578b7d7..aa879b3 100644
--- a/ui/chat/TextEditor.gd
+++ b/ui/chat/TextEditor.gd
@@ -20,9 +20,6 @@ onready var textedit: TextEdit = get_node(textedit_path)
export(NodePath) var placeholder_path
onready var placeholder := get_node(placeholder_path)
-export(NodePath) var emojibutton_path
-onready var emojibutton := get_node(emojibutton_path)
-
func _text_changed() -> void:
placeholder.visible = len(textedit.text) == 0