diff options
| -rw-r--r-- | test/ratio_test.cc | 11 |
1 files changed, 0 insertions, 11 deletions
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 (); |
