mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
Piano: Remove declarations for non-existent methods
This commit is contained in:
parent
3cbc0fdbb0
commit
5967310d0b
3 changed files with 0 additions and 6 deletions
|
@ -26,8 +26,6 @@ class AudioPlayerLoop final : public Core::Object {
|
|||
public:
|
||||
virtual ~AudioPlayerLoop() override;
|
||||
|
||||
void enqueue_audio();
|
||||
|
||||
void toggle_paused();
|
||||
bool is_playing() const { return m_should_play_audio; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue