From 06adefd20b469b5f7fefaa4e5c97c30e8992e8b1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 17 Mar 2023 14:54:40 +0100 Subject: Remove now-presumed-wrong 2.0 MCA sound field. --- test/stream_operators.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') 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; -- cgit v1.2.3