summaryrefslogtreecommitdiffstats
path: root/src/sources/soundsourceopus.h
diff options
context:
space:
mode:
authorUwe Klotz <uwe_klotz@web.de>2015-01-08 23:35:14 +0100
committerUwe Klotz <uwe_klotz@web.de>2015-01-10 12:30:23 +0100
commit8a0f4263971a6ff5a8382a8df166afd0ef636f6a (patch)
tree21078c9b06b5599df8c7e5a06d837a4116db55ac /src/sources/soundsourceopus.h
parent4df62edf40e0123f21495f15822c2e2e77990d23 (diff)
Delete typedef Super (review comments)
Diffstat (limited to 'src/sources/soundsourceopus.h')
-rw-r--r--src/sources/soundsourceopus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sources/soundsourceopus.h b/src/sources/soundsourceopus.h
index 8303dd9714..150eeb8027 100644
--- a/src/sources/soundsourceopus.h
+++ b/src/sources/soundsourceopus.h
@@ -4,8 +4,6 @@
#include "sources/soundsource.h"
class SoundSourceOpus: public Mixxx::SoundSource {
- typedef SoundSource Super;
-
public:
static QList<QString> supportedFileExtensions();