Merge master.
[dcpomatic.git] / test / ratio_test.cc
index f5ac3ca64bff3f2b39bc939233b1c29c7aabafe9..84e80861b14cf3f0abb8daae63a781edbf884513 100644 (file)
 
 using std::ostream;
 
-namespace libdcp {
-       
-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 ();