diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 11:24:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 11:24:59 +0200 |
commit | ce07a9f64391fae2c4a85075145bd9ac29748667 (patch) | |
tree | 2e04e77103f9c3737e152ec004b2343bcc4a2ded /vcl/qa/cppunit | |
parent | 6ae1d68ce969ebc0f5ba2bf81c77fb9a26a372ca (diff) |
Remove unused function
Change-Id: I83193d77832a97147fe0fe2768039c0b101c65a3
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/canvasbitmaptest.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/qa/cppunit/canvasbitmaptest.cxx b/vcl/qa/cppunit/canvasbitmaptest.cxx index af72add563d9..0f0a52a88f73 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; -} } } } } |