mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +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
Notes:
sideshowbarker
2024-07-17 21:46:42 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 59601b67a0
Pull-request: https://github.com/SerenityOS/serenity/pull/11290
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