Initial work moving ruler into the pv::view::Ruler widget
[pulseview.git] / pv / view / viewport.h
index 46bf273358e769b2112dc913569bedce82f32f5f..b79526ac2c8d783685aa100b6df8d424dde821fd 100644 (file)
@@ -37,15 +37,6 @@ class Viewport : public QGLWidget
 {
        Q_OBJECT
 
-private:
-       static const int SignalHeight;
-
-       static const int MinorTickSubdivision;
-       static const int ScaleUnits[3];
-
-       static const QString SIPrefixes[9];
-       static const int FirstSIPrefixPower;
-
 public:
        explicit Viewport(View &parent);
 
@@ -67,8 +58,6 @@ private:
 private:
        void setup_viewport(int width, int height);
 
-       void paint_ruler(QPainter &p);
-
 private:
        View &_view;