RowItem: Replaced fixed signal heights with extents
[pulseview.git] / pv / view / view.h
index 50fbcf1ce11e64ad47cf8a3d4137759f19a55408..0352864500d659152dfd738444d30e8aba02ca38 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;