src/RangedSlider.h

changeset 96
c36fef8bb088
parent 92
fb0bb9a2a7e1
child 97
8283bbf95806
--- a/src/RangedSlider.h	Thu Mar 31 16:24:03 2022 +0200
+++ b/src/RangedSlider.h	Thu Mar 31 17:16:44 2022 +0200
@@ -136,7 +136,6 @@
     */
    double _prefMax;
    double _val;
-   QString _valText;
    QString _markerText;
    int _prec;
    double _tickInterval;
@@ -149,11 +148,6 @@
    bool _markerTextIsValue;
 
    /**
-    * The font used for showing the value at the right-hand side of the slider
-    */
-   QFont const valueTextFont;
-
-   /**
     * The font used for showing the indicator above the "needle" on the slider.  Often this is just showing the same as
     * the value - eg OG, FG, ABV - but sometimes it's something else - eg descriptive text such as "slightly hoppy" for
     * the IBU/GU reading.

mercurial