remove unused class member

This commit is contained in:
Axel Kohlmeyer
2023-10-02 18:30:47 -04:00
parent 5db01aa989
commit 37c1bfafa3
2 changed files with 5 additions and 10 deletions

View File

@ -61,7 +61,6 @@ private:
QAction *closeAct;
QString filename;
int active_chart;
QList<ChartViewer *> charts;
};