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).
This commit is contained in:
Hugo Locurcio
2021-06-03 18:21:43 +02:00
parent 73ec378c64
commit 05697ee848
12 changed files with 37 additions and 34 deletions
-2
View File
@@ -79,8 +79,6 @@ private:
Ref<Environment> environment;
Ref<CameraEffects> effects;
virtual bool _can_gizmo_scale() const;
// void _camera_make_current(Node *p_camera);
friend class Viewport;
void _update_audio_listener_state();