View: Removed normalize_layout
[pulseview.git] / pv / view / view.h
index 9f66fc9630590caf4eee92107cba7a268cabd87f..07bd5d9caeade08c0f75b90da5003c423f8dde7a 100644 (file)
@@ -56,9 +56,6 @@ private:
        static const int MaxScrollValue;
 
 public:
-       static const int SignalHeight;
-       static const int SignalMargin;
-
        static const QColor CursorAreaColour;
 
        static const QSizeF LabelPadding;
@@ -141,8 +138,6 @@ public:
 
        const QPoint& hover_point() const;
 
-       void normalize_layout();
-
        void update_viewport();
 
 Q_SIGNALS: