Merge pull request #81485 from bluenote10/feature/remove_some_dead_declarations_in_audio_stream_player
Remove some dead declarations in `audio_stream_player.h`
This commit is contained in:
commit
1695bf09b4
1 changed files with 0 additions and 5 deletions
|
@ -60,15 +60,10 @@ private:
|
|||
|
||||
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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue