From dbbf12c46c39452317ee2be1ece13efe11b77fd0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 May 2014 20:40:48 +0100 Subject: Remove operator<< which is defined in libdcp now. --- test/ratio_test.cc | 11 ----------- 1 file changed, 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 (); -- cgit v1.2.3