diff data/fileio/MP3FileReader.h @ 1126:39019ce29178 tony-2.0-integration

Merge through to branch for Tony 2.0
author Chris Cannam
date Thu, 20 Aug 2015 14:54:21 +0100
parents abc309f507ae
children 16a8e97179d7
line wrap: on
line diff
--- a/data/fileio/MP3FileReader.h	Fri Aug 14 18:16:14 2015 +0100
+++ b/data/fileio/MP3FileReader.h	Thu Aug 20 14:54:21 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,