1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Fix some invalid plugin edit calls

This commit is contained in:
kobewi
2023-06-11 22:11:25 +02:00
parent 37d1dfef9d
commit 366c9678ca
4 changed files with 6 additions and 10 deletions

View File

@@ -222,7 +222,6 @@ class GridMapEditor : public VBoxContainer {
protected:
void _notification(int p_what);
void _node_removed(Node *p_node);
static void _bind_methods();
public: