summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/source/bitmapdevice.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx
index c31cd579c089..41a32feed7e4 100644
--- a/basebmp/source/bitmapdevice.cxx
+++ b/basebmp/source/bitmapdevice.cxx
@@ -412,13 +412,6 @@ namespace
return boost::dynamic_pointer_cast<alphamask_bitmap_type>( bmp );
}
- virtual bool isCompatibleAlphaMask( const BitmapDeviceSharedPtr& bmp ) const SAL_OVERRIDE
- {
- // TODO(P1): dynamic_cast usually called twice for
- // compatible formats
- return getCompatibleAlphaMask( bmp ).get() != NULL;
- }
-
virtual void clear_i( Color fillColor,
const basegfx::B2IBox& rBounds ) SAL_OVERRIDE
{