diff --git a/src/plot.h b/src/plot.h --- a/src/plot.h +++ b/src/plot.h @@ -40,8 +40,6 @@ public: Plot(QWidget* parent = 0); ~Plot(); - QList menuActions(); - static QColor makeColor(unsigned int channelIndex); private: @@ -53,12 +51,6 @@ private: PlotSnapshotOverlay* snapshotOverlay; QwtPlotLegendItem legend; - QAction showGridAction; - QAction showMinorGridAction; - QAction unzoomAction; - QAction darkBackgroundAction; - QAction showLegendAction; - void resetAxes(); public slots: