1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

SoundPlayer: Remove resolved FIXME

I already resolved this some time ago but apparently forgot about it :^)
This commit is contained in:
kleines Filmröllchen 2021-12-17 17:52:56 +01:00 committed by Andreas Kling
parent dc60774ac4
commit 59601b67a0

View file

@ -46,7 +46,6 @@ private:
bool m_loop = { false };
size_t m_last_seek { 0 };
float m_total_length { 0 };
// FIXME: Get this from the audio server
size_t m_device_sample_rate { 44100 };
size_t m_device_samples_per_buffer { 0 };
size_t m_source_buffer_size_bytes { 0 };