summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2022-09-02 17:45:09 +0300
committerYuri Sizov <yuris@humnom.net>2022-09-02 23:44:23 +0300
commit8b128081e82b41f1ea5d7799236f17e6f2c1d087 (patch)
tree6f232a809d623c0cf89cd0940a29e5758cc90837 /scene/gui/control.h
parentddc55ef746e6778b902aa2ebeaf09d9b8d9943b5 (diff)
downloadredot-engine-8b128081e82b41f1ea5d7799236f17e6f2c1d087.tar.gz
Un-defer the initial theme changed notification
Co-authored-by: Rindbee <idleman@yeah.net>
Diffstat (limited to 'scene/gui/control.h')
-rw-r--r--scene/gui/control.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h
index 3e0b1d7ea3..3fb1494d66 100644
--- a/scene/gui/control.h
+++ b/scene/gui/control.h
@@ -327,9 +327,6 @@ protected:
// Base object overrides.
- virtual void add_child_notify(Node *p_child) override;
- virtual void remove_child_notify(Node *p_child) override;
-
void _notification(int p_notification);
static void _bind_methods();