aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-05-03 14:36:32 +0200
committerGitHub2018-05-03 14:36:32 +0200
commitb774156729b4b2f8a1fea6faf6e232fe809ea6f6 (patch)
treec6175bb0af57e0da218e58b594d6b27cb3f2b61a /scene/gui/line_edit.h
parent12c60eba19fbb6971ea0ffa2cf8312ad42e84d65 (diff)
parent3a86dffc5e6ce180c350ef9a9ddd019b24584d88 (diff)
downloadgodot-b774156729b4b2f8a1fea6faf6e232fe809ea6f6.tar.gz
godot-b774156729b4b2f8a1fea6faf6e232fe809ea6f6.tar.zst
godot-b774156729b4b2f8a1fea6faf6e232fe809ea6f6.zip
Diffstat (limited to 'scene/gui/line_edit.h')
-rw-r--r--scene/gui/line_edit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/line_edit.h b/scene/gui/line_edit.h
index 48dde2461..304faed9b 100644
--- a/scene/gui/line_edit.h
+++ b/scene/gui/line_edit.h
@@ -135,9 +135,7 @@ private:
void clear_internal();
void changed_internal();
-#ifdef TOOLS_ENABLED
void _editor_settings_changed();
-#endif
void _gui_input(Ref<InputEvent> p_event);
void _notification(int p_what);