From 197d4e2f8e5b4bfee5d3d128d5ebf0007bb2ebd2 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 4 May 2014 23:33:31 -0300 Subject: [PATCH] Another small fix --- tools/editor/editor_node.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index 4ba25482c4e..8b481ac20ad 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -412,7 +412,6 @@ public: static void add_editor_plugin(EditorPlugin *p_editor); static void remove_editor_plugin(EditorPlugin *p_editor); - static EditorNode * get_singleton() { return singleton; } void edit_node(Node *p_node);