From 3f51849dc3582d34683c111e5fd3a53f414ab1c2 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 1 Oct 2018 15:05:11 +0200 Subject: Cleanup: move CSVApps into .cpp file No point in having this in the header file as it is not used outside. Remove the CSVAPPS macro, as this was never used. One thing less to maintain. Remove the sentinel with name = NULL, as we can simply use range-based for. Signed-off-by: Berthold Stoeger --- desktop-widgets/divelogimportdialog.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'desktop-widgets/divelogimportdialog.h') diff --git a/desktop-widgets/divelogimportdialog.h b/desktop-widgets/divelogimportdialog.h index 318895617..e8ba4b598 100644 --- a/desktop-widgets/divelogimportdialog.h +++ b/desktop-widgets/divelogimportdialog.h @@ -103,26 +103,6 @@ private: QString hw; bool txtLog; - struct CSVAppConfig { - QString name; - int time; - int depth; - int temperature; - int po2; - int sensor1; - int sensor2; - int sensor3; - int cns; - int ndl; - int tts; - int stopdepth; - int pressure; - int setpoint; - QString separator; - }; - -#define CSVAPPS 11 - static const CSVAppConfig CSVApps[CSVAPPS]; }; class TagDragDelegate : public QStyledItemDelegate { -- cgit v1.2.3-70-g09d2