Browse Source

Another small fix

Juan Linietsky 11 years ago
parent
commit
197d4e2f8e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/editor/editor_node.h

+ 0 - 1
tools/editor/editor_node.h

@@ -412,7 +412,6 @@ public:
 
 
 	static void add_editor_plugin(EditorPlugin *p_editor);
 	static void add_editor_plugin(EditorPlugin *p_editor);
 	static void remove_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);
 	void edit_node(Node *p_node);