Ruler: Removed BaselineOffset
[pulseview.git] / pv / view / ruler.hpp
index 864d611dda4607479d6bbc2f55394d5fab6d0071..f9409449b90887502223d385ab002886f2708489 100644 (file)
@@ -46,12 +46,6 @@ private:
 
        static const int Padding;
 
-       /**
-        * The vertical offset, relative to the bottom line of the widget,
-        * where the arrows of the cursor labels end.
-        */
-       static const int BaselineOffset;
-
 public:
        Ruler(View &parent);