From f19fd7a4c1b95d7552f186110c2e7ae8dcbc6ccc Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Fri, 13 Jan 2017 22:38:37 +0100 Subject: Reenable node name case setting + code cleanups The method _generate_serial_child_name is indeed called relatively often in editor mode, but that commented out code chunk hardly adds to its slowness (and with the default setting, not at all). Also did various related code cleanups and simplifications. --- tools/editor/plugins/spatial_editor_plugin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/editor/plugins/spatial_editor_plugin.h') diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h index b05b7d854..6e5243e6a 100644 --- a/tools/editor/plugins/spatial_editor_plugin.h +++ b/tools/editor/plugins/spatial_editor_plugin.h @@ -156,13 +156,11 @@ private: NAVIGATION_MAYA, NAVIGATION_MODO, }; - NavigationScheme _get_navigation_schema(const String& p_property); enum NavigationZoomStyle { NAVIGATION_ZOOM_VERTICAL, NAVIGATION_ZOOM_HORIZONTAL }; - NavigationZoomStyle _get_navigation_zoom_style(const String& p_property); enum NavigationMode { NAVIGATION_NONE, -- cgit v1.2.3-70-g09d2