diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-10-06 14:47:41 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2015-10-12 11:39:24 +0200 |
commit | 09374b5acdec0743a1f860f70ccd15eda24fa399 (patch) | |
tree | 19c01584c6b1ad8f16f00cf720b291215f5d468d /vcl | |
parent | bb44338df3aa4e2f45a7e03131c2e774d35aa1a8 (diff) |
remove unused BitmapEx
Change-Id: I787be4f2da514017fd14100f56ed323d30dbe99d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/image.cxx | 2 |
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 |