X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.h;h=47704c2fc8f7abe1ab614c33f684ba4a87f1d513;hp=b4b64f779de1419ac4686defedd67566c942aa5c;hb=b6b267bba9d55d23fe5c3537e4785238d4377ad7;hpb=7dd093df9796d08c9b15d494eeeb0f8cd3570591 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