diff options
author | Juan Linietsky <reduzio@gmail.com> | 2017-01-08 19:11:35 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2017-01-08 19:12:24 -0300 |
commit | 4fd464a4c5fc83c34377450935671b7be868333c (patch) | |
tree | b6b0b7199bbe0b2366fcb42b092ef5c757d3891f /tools/editor/editor_node.h | |
parent | de73297883712962571c69e960e893ed12ee3854 (diff) |
Removed ratio anchoring (will have to fix multiple 3D views later..)
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r-- | tools/editor/editor_node.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h index 90162e0082..fcfd5ca389 100644 --- a/tools/editor/editor_node.h +++ b/tools/editor/editor_node.h @@ -159,7 +159,6 @@ private: OBJECT_COPY_PARAMS, OBJECT_PASTE_PARAMS, OBJECT_UNIQUE_RESOURCES, - OBJECT_CALL_METHOD, OBJECT_REQUEST_HELP, RUN_PLAY, @@ -287,7 +286,7 @@ private: CreateDialog *create_dialog; - CallDialog *call_dialog; +// CallDialog *call_dialog; ConfirmationDialog *confirmation; ConfirmationDialog *import_confirmation; ConfirmationDialog *open_recent_confirmation; |