diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-14 15:50:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-14 16:12:08 +0000 |
commit | 6391993d1ffb5ec6ce627671eb77925a4498946f (patch) | |
tree | 407563c4df6db9dcc49c136769274b568df5ad46 /include | |
parent | 39b68ccf5f31dd9fe364a68bb375c1020ef05c40 (diff) |
move Image(Bitmap, MaskBitmap) code to last user of it
the last use looks rather dubious to me, I wonder if anything can really end up
here
Change-Id: I13314610405463122891b3ed0f311da65fd1d542
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/image.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx index 04e832b847a6..519058a2dc64 100644 --- a/include/vcl/image.hxx +++ b/include/vcl/image.hxx @@ -59,7 +59,6 @@ public: explicit Image( const ResId& rResId ); explicit Image( const BitmapEx& rBitmapEx ); explicit Image( const Bitmap& rBitmap ); - Image( const Bitmap& rBitmap, const Bitmap& rMaskBitmap ); Image( const Bitmap& rBitmap, const Color& rColor ); explicit Image( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic ); explicit Image( const OUString &rPNGFileUrl ); |