diff options
author | kobewi <kobewi4e@gmail.com> | 2024-08-15 07:53:08 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-08-15 08:24:32 +0200 |
commit | 065dd099ddada9df681e352e0c65db391f2d3cad (patch) | |
tree | bf111757252449a61437c3a78bdc50b782897395 /editor/animation_track_editor_plugins.h | |
parent | 33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff) | |
download | redot-engine-065dd099ddada9df681e352e0c65db391f2d3cad.tar.gz |
Remove empty bind_methods()
Diffstat (limited to 'editor/animation_track_editor_plugins.h')
-rw-r--r-- | editor/animation_track_editor_plugins.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editor/animation_track_editor_plugins.h b/editor/animation_track_editor_plugins.h index 0e9ad44229..7ddbae1bbc 100644 --- a/editor/animation_track_editor_plugins.h +++ b/editor/animation_track_editor_plugins.h @@ -63,9 +63,6 @@ class AnimationTrackEditAudio : public AnimationTrackEdit { void _preview_changed(ObjectID p_which); -protected: - static void _bind_methods(); - public: virtual int get_key_height() const override; virtual Rect2 get_key_rect(int p_index, float p_pixels_sec) override; @@ -121,9 +118,6 @@ class AnimationTrackEditTypeAudio : public AnimationTrackEdit { float len_resizing_rel = 0.0f; bool over_drag_position = false; -protected: - static void _bind_methods(); - public: virtual void gui_input(const Ref<InputEvent> &p_event) override; |