mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
remove left over code
This commit is contained in:
parent
815d97bddc
commit
e6e0e2f531
1 changed files with 0 additions and 2 deletions
|
@ -48,8 +48,6 @@ class I2SAudioSpeaker : public I2SAudioOut, public speaker::Speaker, public Comp
|
|||
/// @param mute_state true for muting, false for unmuting
|
||||
void set_mute_state(bool mute_state) override;
|
||||
|
||||
void get_default_audio_stream_info(audio::AudioStreamInfo &audio_stream_info) override;
|
||||
|
||||
size_t get_dma_buffers_size();
|
||||
size_t get_ring_buffer_size();
|
||||
|
||||
|
|
Loading…
Reference in a new issue