X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fratio_test.cc;h=84e80861b14cf3f0abb8daae63a781edbf884513;hb=d2137ac5db409e686b4d9b3fa567935a5e416d41;hp=c941248bf01fa485302d070c54b6a48ea7bb261a;hpb=39bc73fe192f932ed6695eb87b19de446e8b4f55;p=dcpomatic.git diff --git a/test/ratio_test.cc b/test/ratio_test.cc index c941248bf..84e80861b 100644 --- a/test/ratio_test.cc +++ b/test/ratio_test.cc @@ -29,17 +29,6 @@ using std::ostream; -namespace dcp { - -ostream& -operator<< (ostream& s, dcp::Size const & t) -{ - s << t.width << "x" << t.height; - return s; -} - -} - BOOST_AUTO_TEST_CASE (ratio_test) { Ratio::setup_ratios ();