vcl/qa/cppunit/canvasbitmaptest.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit ce07a9f64391fae2c4a85075145bd9ac29748667 Author: Stephan Bergmann <[email protected]> Date: Wed Apr 9 11:24:59 2014 +0200 Remove unused function Change-Id: I83193d77832a97147fe0fe2768039c0b101c65a3 diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index af72add5..0f0a52a 100644 --- a/vcl/qa/cppunit/canvasbitmaptest.cxx +++ b/vcl/qa/cppunit/canvasbitmaptest.cxx @@ -52,10 +52,6 @@ bool operator==( const RGBColor& rLHS, const ARGBColor& rRHS ) { return rLHS.Red == rRHS.Red && rLHS.Green == rRHS.Green && rLHS.Blue == rRHS.Blue; } -bool operator==( const ARGBColor& rLHS, const RGBColor& rRHS ) -{ - return rLHS.Red == rRHS.Red && rLHS.Green == rRHS.Green && rLHS.Blue == rRHS.Blue; -} } } } } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
