diff options
Diffstat (limited to 'include/vcl/bitmapex.hxx')
-rw-r--r-- | include/vcl/bitmapex.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/bitmapex.hxx b/include/vcl/bitmapex.hxx index 5cc5939f0001..707b9ade9ec2 100644 --- a/include/vcl/bitmapex.hxx +++ b/include/vcl/bitmapex.hxx @@ -89,11 +89,6 @@ public: const MapMode& GetPrefMapMode() const { return maBitmap.GetPrefMapMode(); } void SetPrefMapMode( const MapMode& rPrefMapMode ) { maBitmap.SetPrefMapMode( rPrefMapMode ); } - sal_uInt16 GetBitCount() const - { - return maBitmap.GetBitCount(); - } - vcl::PixelFormat getPixelFormat() const { return maBitmap.getPixelFormat(); |