]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodesignal.cpp
Removed context bar
[pulseview.git] / pv / view / decodesignal.cpp
index b151b3911d13ef6beb570cb092cefae115660ef1..bce58a1922751f145313bef0d53a39a992e92d61 100644 (file)
@@ -59,11 +59,6 @@ DecodeSignal::DecodeSignal(pv::SigSession &session,
                this, SLOT(on_new_decode_data()));
 }
 
-void DecodeSignal::init_context_bar_actions(QWidget *parent)
-{
-       (void)parent;
-}
-
 bool DecodeSignal::enabled() const
 {
        return true;
@@ -109,12 +104,6 @@ void DecodeSignal::paint_mid(QPainter &p, int left, int right)
        }
 }
 
-const list<QAction*> DecodeSignal::get_context_bar_actions()
-{
-       list<QAction*> actions;
-       return actions;
-}
-
 QMenu* DecodeSignal::create_context_menu(QWidget *parent)
 {
        QMenu *const menu = Trace::create_context_menu(parent);