X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fstream_operators.cc;h=20470c1da405f72b652cd3b21e71ddfceff79a7d;hb=2cb2078282c8b799d7a0d0016e1518f1a4b55af1;hp=ca8f8c5d29ddb359c1b4b8e19fdc4392228049b7;hpb=de4b2a1d7f93b9f0dd2113aeff746738c19c8b43;p=libdcp.git 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;