summaryrefslogtreecommitdiff
path: root/include/vcl/image.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-25 14:21:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-25 16:56:08 +0000
commite9c17354d3cfb4f808fa2092ffcb3b9de7654dee (patch)
treeb24b7049034125b5b878ec043de31aa156abd6ee /include/vcl/image.hxx
parent499370e598fdf898a21ccd26544213cf9cc939fa (diff)
move Image ctor variant with mask color to callers
Change-Id: I81a52aeb855edca823881360831b26e252780053
Diffstat (limited to 'include/vcl/image.hxx')
-rw-r--r--include/vcl/image.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/image.hxx b/include/vcl/image.hxx
index 5edaf5a945b8..6ee8f897e942 100644
--- a/include/vcl/image.hxx
+++ b/include/vcl/image.hxx
@@ -57,7 +57,6 @@ class SAL_WARN_UNUSED VCL_DLLPUBLIC Image
public:
Image();
explicit Image( const BitmapEx& rBitmapEx );
- Image( const Bitmap& rBitmap, const Color& rColor );
explicit Image( const css::uno::Reference< css::graphic::XGraphic >& rxGraphic );
explicit Image( const OUString &rPNGFileUrl );