X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;h=54b9c248529ff3e4a6c87d3fef5a1f274c626ca2;hb=03ce95a9bb81c05bae0da9de189d280214db67c3;hp=328d428f0e52ca547c48840d5a4071e247c78e14;hpb=ef8311a4296a2dc85c82b063de61efa4eb7a8404;p=pulseview.git diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index 328d428..54b9c24 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);