summaryrefslogtreecommitdiffstats
path: root/editor/node_dock.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-08-15 07:53:08 +0200
committerkobewi <kobewi4e@gmail.com>2024-08-15 08:24:32 +0200
commit065dd099ddada9df681e352e0c65db391f2d3cad (patch)
treebf111757252449a61437c3a78bdc50b782897395 /editor/node_dock.h
parent33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff)
downloadredot-engine-065dd099ddada9df681e352e0c65db391f2d3cad.tar.gz
Remove empty bind_methods()
Diffstat (limited to 'editor/node_dock.h')
-rw-r--r--editor/node_dock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/node_dock.h b/editor/node_dock.h
index e9dcc41d48..adf378bd06 100644
--- a/editor/node_dock.h
+++ b/editor/node_dock.h
@@ -55,7 +55,6 @@ public:
static NodeDock *get_singleton() { return singleton; }
protected:
- static void _bind_methods();
void _notification(int p_what);
public: