diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-06-03 18:21:43 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-09-16 10:56:45 +0200 |
commit | 05697ee848d0f17605fe3416da57c0fcc2eb6323 (patch) | |
tree | 3bbe18e8b8a2b08943302abf22237c116751a431 /scene/scene_string_names.h | |
parent | 73ec378c6431fc2e86c1116505b61f5064d3cd4d (diff) |
Display a editor gizmo icon for Listener3D
The icon was present in `editor/icons/`, but it was never implemented
in the editor gizmos code.
This also removes some unused gizmo drawing code (overridden methods
that are no longer called anywhere).
Diffstat (limited to 'scene/scene_string_names.h')
-rw-r--r-- | scene/scene_string_names.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h index 01f427ecd1..2923351eab 100644 --- a/scene/scene_string_names.h +++ b/scene/scene_string_names.h @@ -111,9 +111,6 @@ public: StringName _body_inout; StringName _area_inout; - StringName _get_gizmo_geometry; - StringName _can_gizmo_scale; - StringName _physics_process; StringName _process; StringName _enter_world; |