mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
ASMixer: Removed unused variable in ASBufferQueue
The variable m_playing_queued_buffer_id was defined but not used.
This commit is contained in:
parent
025d3b49ab
commit
8bb919d1cc
Notes:
sideshowbarker
2024-07-19 11:38:08 +09:00
Author: https://github.com/tlmrgvf Commit: https://github.com/SerenityOS/serenity/commit/8bb919d1cc9 Pull-request: https://github.com/SerenityOS/serenity/pull/672
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ private:
|
|||
RefPtr<ABuffer> m_current;
|
||||
Queue<NonnullRefPtr<ABuffer>> m_queue;
|
||||
int m_position { 0 };
|
||||
int m_playing_queued_buffer_id { -1 };
|
||||
WeakPtr<ASClientConnection> m_client;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue