X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;fp=pv%2Fview%2Ftimemarker.h;h=54b9c248529ff3e4a6c87d3fef5a1f274c626ca2;hp=328d428f0e52ca547c48840d5a4071e247c78e14;hb=03ce95a9bb81c05bae0da9de189d280214db67c3;hpb=0c0218fd70bde15f2ccd20f39f6d3ddddd3e1691 diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index 328d428f..54b9c248 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -51,8 +51,6 @@ protected: TimeMarker(View &view, const QColor &colour, double time); public: - virtual void init_context_bar_actions(QWidget *parent); - /** * Gets the time of the marker. */ @@ -86,12 +84,6 @@ public: virtual void paint_label(QPainter &p, const QRect &rect, unsigned int prefix) = 0; - /** - * Returns a list of context menu items to show in the context - * bar. - */ - const std::list get_context_bar_actions(); - private slots: void on_value_changed(double value);