mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
SoundPlayer: Remove resolved FIXME
I already resolved this some time ago but apparently forgot about it :^)
This commit is contained in:
parent
dc60774ac4
commit
59601b67a0
1 changed files with 0 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue