mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:37:35 +00: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
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
Add a link
Reference in a new issue