summaryrefslogtreecommitdiffstats
path: root/src/audio
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-02-01 09:41:27 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2021-02-01 09:41:27 +0100
commit44907feae1cf31b048107c060ea9e7e77c05b0cb (patch)
tree6589ab0b983d3ac5f9e9da842d586a2a21d23c3f /src/audio
parent1951f44ab89ab9b7b9703709a002c756d4182097 (diff)
Remove unused OptionalSampleLayout
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/audio/types.h b/src/audio/types.h
index 73e1223a32..aa6da46621 100644
--- a/src/audio/types.h
+++ b/src/audio/types.h
@@ -100,8 +100,6 @@ enum class SampleLayout {
Interleaved
};
-typedef std::optional<SampleLayout> OptionalSampleLayout;
-
QDebug operator<<(QDebug dbg, SampleLayout arg);
class SampleRate {
@@ -211,9 +209,6 @@ Q_DECLARE_METATYPE(mixxx::audio::OptionalChannelLayout)
Q_DECLARE_TYPEINFO(mixxx::audio::SampleLayout, Q_PRIMITIVE_TYPE);
Q_DECLARE_METATYPE(mixxx::audio::SampleLayout)
-Q_DECLARE_TYPEINFO(mixxx::audio::OptionalSampleLayout, Q_MOVABLE_TYPE);
-Q_DECLARE_METATYPE(mixxx::audio::OptionalSampleLayout)
-
Q_DECLARE_TYPEINFO(mixxx::audio::SampleRate, Q_PRIMITIVE_TYPE);
Q_DECLARE_METATYPE(mixxx::audio::SampleRate)