1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:47:45 +00:00

Piano: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:06:47 +00:00 committed by Linus Groh
parent 3cbc0fdbb0
commit 5967310d0b
3 changed files with 0 additions and 6 deletions

View file

@ -41,7 +41,6 @@ public:
void fill_buffer(FixedArray<DSP::Sample>&);
void reset();
void set_keyboard_note(int note, DSP::Keyboard::Switch note_switch);
void set_should_loop(bool b) { m_should_loop = b; }
void add_track();
int next_track_index() const;