X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fsignal.hpp;h=7f88720f7943904142008b82d88f8103caefa464;hp=2cc49a77d1962499c8bece819c5a0824485bf543;hb=5c48ce328b0b049d0ddc1b137f20118c9084c929;hpb=526c8c00a61aa5f6ac7e3ee56991db957b45828d diff --git a/pv/views/trace/signal.hpp b/pv/views/trace/signal.hpp index 2cc49a77..7f88720f 100644 --- a/pv/views/trace/signal.hpp +++ b/pv/views/trace/signal.hpp @@ -75,10 +75,6 @@ public: shared_ptr base() const; - void set_current_segment(const int segment); - - int get_current_segment() const; - virtual void save_settings(QSettings &settings) const; virtual void restore_settings(QSettings &settings); @@ -102,9 +98,6 @@ protected: pv::Session &session_; QComboBox *name_widget_; - - /// The ID of the currently displayed segment - int current_segment_; }; } // namespace trace