diff widgets/CSVFormatDialog.h @ 1319:fbda05431ce0 import-audio-data

Refactor; the two use-cases of CSVFormatDialog were turning out to be different enough to justify two separate classes
author Chris Cannam
date Thu, 06 Sep 2018 13:58:09 +0100
parents b149b53df365
children 0930a27ebea2
line wrap: on
line diff
--- a/widgets/CSVFormatDialog.h	Thu Sep 06 11:49:31 2018 +0100
+++ b/widgets/CSVFormatDialog.h	Thu Sep 06 13:58:09 2018 +0100
@@ -46,12 +46,6 @@
     void updateModelLabel();
 
 protected:
-    enum DialogType {
-        AnnotationDataDialog,
-        AudioDataDialog
-    };
-    DialogType m_dialogType;
-
     CSVFormat m_format;
     int m_maxDisplayCols;