diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-05-04 23:33:31 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-05-04 23:33:31 -0300 |
commit | 197d4e2f8e5b4bfee5d3d128d5ebf0007bb2ebd2 (patch) | |
tree | 7ec58511347bc503cef19dcbd9da25e4e10df408 /tools | |
parent | c688086be9bda668e81ea7d8fe50515ee05afca5 (diff) |
Another small fix
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/editor_node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index 4ba25482c4..8b481ac20a 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); |