View: Removed normalize_layout
[pulseview.git] / pv / view / view.h
index 50fbcf1ce11e64ad47cf8a3d4137759f19a55408..07bd5d9caeade08c0f75b90da5003c423f8dde7a 100644 (file)
@@ -56,10 +56,6 @@ private:
        static const int MaxScrollValue;
 
 public:
-       static const int SignalHeight;
-       static const int SignalMargin;
-       static const int SignalSnapGridSize;
-
        static const QColor CursorAreaColour;
 
        static const QSizeF LabelPadding;
@@ -110,8 +106,6 @@ public:
         */
        void set_scale_offset(double scale, double offset);
 
-       std::list<std::weak_ptr<SelectableItem> > selected_items() const;
-
        std::set< std::shared_ptr<pv::data::SignalData> >
                get_visible_data() const;
 
@@ -144,8 +138,6 @@ public:
 
        const QPoint& hover_point() const;
 
-       void normalize_layout();
-
        void update_viewport();
 
 Q_SIGNALS: