summaryrefslogtreecommitdiffstats
path: root/scene/main/node.cpp
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2023-11-06 13:23:21 +0100
committerYuri Sizov <yuris@humnom.net>2023-11-06 13:23:21 +0100
commitb7449a3d1aebd34026c7a2279a1b18ff0f02ccfa (patch)
tree40e4b844931bc61d6fbbd8e495d3b40e5131955a /scene/main/node.cpp
parentdfcbc1d758ac4ee07beb57bec29995d1636e5b24 (diff)
parent623b905d2e746358b11e29c6b2388bb563f14bd4 (diff)
downloadredot-engine-b7449a3d1aebd34026c7a2279a1b18ff0f02ccfa.tar.gz
Merge pull request #84419 from YuriSizov/core-remove-orphan-notification
Remove unused `NOTIFICATION_NODE_RECACHE_REQUESTED` notification
Diffstat (limited to 'scene/main/node.cpp')
-rw-r--r--scene/main/node.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/node.cpp b/scene/main/node.cpp
index f44e3de203..9ce036616b 100644
--- a/scene/main/node.cpp
+++ b/scene/main/node.cpp
@@ -3442,7 +3442,6 @@ void Node::_bind_methods() {
BIND_CONSTANT(NOTIFICATION_POST_ENTER_TREE);
BIND_CONSTANT(NOTIFICATION_DISABLED);
BIND_CONSTANT(NOTIFICATION_ENABLED);
- BIND_CONSTANT(NOTIFICATION_NODE_RECACHE_REQUESTED);
BIND_CONSTANT(NOTIFICATION_EDITOR_PRE_SAVE);
BIND_CONSTANT(NOTIFICATION_EDITOR_POST_SAVE);