diff options
Diffstat (limited to 'include/vcl/bitmap.hxx')
-rw-r--r-- | include/vcl/bitmap.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/bitmap.hxx b/include/vcl/bitmap.hxx index b0a26700d6f5..f8123b177932 100644 --- a/include/vcl/bitmap.hxx +++ b/include/vcl/bitmap.hxx @@ -240,15 +240,6 @@ public: const tools::Rectangle& rRectSrc, const Bitmap* pBmpSrc ); - /** Perform boolean OR operation with another bitmap - - @param rMask - The mask bitmap in the selected combine operation - - @return true, if the operation was completed successfully. - */ - bool CombineOr( const Bitmap& rMask ); - /** Alpha-blend the given bitmap against a specified uniform background color. |