mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
LibGUI: Remove declarations for non-existent methods
This commit is contained in:
parent
12673d0e24
commit
88bbbe12ba
4 changed files with 0 additions and 6 deletions
|
@ -56,8 +56,6 @@ protected:
|
|||
explicit AbstractSlider(Orientation = Orientation::Vertical);
|
||||
|
||||
private:
|
||||
void set_knob_hovered(bool);
|
||||
|
||||
int m_value { 0 };
|
||||
int m_min { 0 };
|
||||
int m_max { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue