From 4fd464a4c5fc83c34377450935671b7be868333c Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 8 Jan 2017 19:11:35 -0300 Subject: Removed ratio anchoring (will have to fix multiple 3D views later..) --- tools/editor/editor_node.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/editor/editor_node.h') 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; -- cgit v1.2.3