X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fmainwindow.h;h=47704c2fc8f7abe1ab614c33f684ba4a87f1d513;hb=aca00b1e0d3483926c53dfd856483a397f1c29a5;hp=b4b64f779de1419ac4686defedd67566c942aa5c;hpb=7dd093df9796d08c9b15d494eeeb0f8cd3570591;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index b4b64f77..47704c2f 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -97,16 +97,12 @@ private slots: void on_actionAbout_triggered(); - void device_selected(); - void add_decoder(QObject *action); void run_stop(); void capture_state_changed(int state); - void view_selection_changed(); - private: DeviceManager &_device_manager; @@ -137,7 +133,6 @@ private: QToolBar *_toolbar; toolbars::SamplingBar *_sampling_bar; - toolbars::ContextBar *_context_bar; }; } // namespace pv