diff options
Diffstat (limited to 'Userland/Libraries/LibGUI/AbstractSlider.h')
-rw-r--r-- | Userland/Libraries/LibGUI/AbstractSlider.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Libraries/LibGUI/AbstractSlider.h b/Userland/Libraries/LibGUI/AbstractSlider.h index 87103e332b..671cef82b8 100644 --- a/Userland/Libraries/LibGUI/AbstractSlider.h +++ b/Userland/Libraries/LibGUI/AbstractSlider.h @@ -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 }; |