summaryrefslogtreecommitdiff
path: root/vcl/source/gdi
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-10-06 14:47:41 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.com>2015-10-12 11:39:24 +0200
commit09374b5acdec0743a1f860f70ccd15eda24fa399 (patch)
tree19c01584c6b1ad8f16f00cf720b291215f5d468d /vcl/source/gdi
parentbb44338df3aa4e2f45a7e03131c2e774d35aa1a8 (diff)
remove unused BitmapEx
Change-Id: I787be4f2da514017fd14100f56ed323d30dbe99d
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r--vcl/source/gdi/image.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/gdi/image.cxx b/vcl/source/gdi/image.cxx
index 9d8f282d40ab..adfec173cfd5 100644
--- a/vcl/source/gdi/image.cxx
+++ b/vcl/source/gdi/image.cxx
@@ -374,8 +374,6 @@ void ImageAryData::Load(const OUString &rPrefix)
OUString aIconTheme = Application::GetSettings().GetStyleSettings().DetermineIconTheme();
- BitmapEx aBmpEx;
-
OUString aFileName = rPrefix;
aFileName += maName;
#if OSL_DEBUG_LEVEL > 0