Skip to content

Commit

Permalink
Merge pull request #81485 from bluenote10/feature/remove_some_dead_de…
Browse files Browse the repository at this point in the history
…clarations_in_audio_stream_player

Remove some dead declarations in `audio_stream_player.h`
  • Loading branch information
akien-mga committed Sep 11, 2023
2 parents 013bbd1 + 178aad9 commit 1695bf0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scene/audio/audio_stream_player.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,10 @@ class AudioStreamPlayer : public Node {

MixTarget mix_target = MIX_TARGET_STEREO;

void _mix_internal(bool p_fadeout);
void _mix_audio();
static void _mix_audios(void *self) { reinterpret_cast<AudioStreamPlayer *>(self)->_mix_audio(); }

void _set_playing(bool p_enable);
bool _is_active() const;

void _bus_layout_changed();
void _mix_to_bus(const AudioFrame *p_frames, int p_amount);

Vector<AudioFrame> _get_volume_vector();

Expand Down

0 comments on commit 1695bf0

Please sign in to comment.