X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fviewport.h;h=b79526ac2c8d783685aa100b6df8d424dde821fd;hb=ccdd3ef548ce34f25c6c168598556a350831aa37;hp=690642c28c2de1f05cab75d86698bd7abdaad9fc;hpb=1d8dca913d07df3a53184e40246eb2e333520e31;p=pulseview.git diff --git a/pv/view/viewport.h b/pv/view/viewport.h index 690642c..b79526a 100644 --- a/pv/view/viewport.h +++ b/pv/view/viewport.h @@ -37,13 +37,6 @@ class Viewport : public QGLWidget { Q_OBJECT -private: - static const int MinorTickSubdivision; - static const int ScaleUnits[3]; - - static const QString SIPrefixes[9]; - static const int FirstSIPrefixPower; - public: explicit Viewport(View &parent); @@ -65,8 +58,6 @@ private: private: void setup_viewport(int width, int height); - void paint_ruler(QPainter &p); - private: View &_view;