summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-03-17 14:54:40 +0100
committerCarl Hetherington <cth@carlh.net>2023-03-20 16:41:02 +0100
commit06adefd20b469b5f7fefaa4e5c97c30e8992e8b1 (patch)
tree8863955f4fe82c536b7e6318b29f4c08b64f87af /test
parent20e3e4c2a7a91e45740987a702f5d4c1ea2f9030 (diff)
Remove now-presumed-wrong 2.0 MCA sound field.
Diffstat (limited to 'test')
-rw-r--r--test/stream_operators.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/stream_operators.cc b/test/stream_operators.cc
index ca8f8c5d..20470c1d 100644
--- a/test/stream_operators.cc
+++ b/test/stream_operators.cc
@@ -175,9 +175,6 @@ ostream&
dcp::operator<< (ostream& s, MCASoundField f)
{
switch (f) {
- case MCASoundField::STEREO:
- s << "2.0";
- break;
case MCASoundField::FIVE_POINT_ONE:
s << "5.1";
break;