diff data/fileio/MP3FileReader.h @ 1097:abc309f507ae simple-fft-model

Tidy
author Chris Cannam
date Mon, 15 Jun 2015 12:38:50 +0100
parents a1cd5abcb38b
children 16a8e97179d7
line wrap: on
line diff
--- a/data/fileio/MP3FileReader.h	Mon Jun 15 12:19:47 2015 +0100
+++ b/data/fileio/MP3FileReader.h	Mon Jun 15 12:38:50 2015 +0100
@@ -32,11 +32,6 @@
     Q_OBJECT
 
 public:
-    enum DecodeMode {
-        DecodeAtOnce, // decode the file on construction, with progress
-        DecodeThreaded // decode in a background thread after construction
-    };
-
     MP3FileReader(FileSource source,
                   DecodeMode decodeMode,
                   CacheMode cacheMode,