View: Removed normalize_layout
[pulseview.git] / pv / view / view.h
index 5fbc0adef7eb463317ef2e14cba17c00bf2898e0..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,13 +106,6 @@ public:
         */
        void set_scale_offset(double scale, double offset);
 
-       /**
-        * Returns a list of traces owned by this object.
-        */
-       std::vector< std::shared_ptr<RowItem> > child_items() const;
-
-       std::list<std::weak_ptr<SelectableItem> > selected_items() const;
-
        std::set< std::shared_ptr<pv::data::SignalData> >
                get_visible_data() const;
 
@@ -149,8 +138,6 @@ public:
 
        const QPoint& hover_point() const;
 
-       void normalize_layout();
-
        void update_viewport();
 
 Q_SIGNALS: