diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-20 20:40:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-20 20:40:48 +0100 |
| commit | dbbf12c46c39452317ee2be1ece13efe11b77fd0 (patch) | |
| tree | 6dbe7577351372e740823b2f479355ed75e0fff0 | |
| parent | 59c2b819fd6fd98a86145ebbb1b00fe0aa282b73 (diff) | |
Remove operator<< which is defined in libdcp now.
| -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 (); |
