summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-06 13:36:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-06 13:45:59 +0100
commitd999e48fda17c3525a0c3798d36e1a2102b6f297 (patch)
treef5789484733405935948add6127237f359ca5b99 /vcl
parentd47486ccd691f8681d324b3f86a345304300f3b5 (diff)
drop unused RscImageListFlags::MaskColor
Change-Id: Idb34feecb710c1415cf8863717809927665cd31b
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/image/ImageList.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/image/ImageList.cxx b/vcl/source/image/ImageList.cxx
index 629e123519f8..b4c6c1e62e03 100644
--- a/vcl/source/image/ImageList.cxx
+++ b/vcl/source/image/ImageList.cxx
@@ -58,8 +58,6 @@ ImageList::ImageList( const ResId& rResId ) :
RscImageListFlags nObjMask = (RscImageListFlags)pResMgr->ReadLong();
pResMgr->ReadString(); //skip string
- pResMgr->Increment( ResMgr::GetObjSize( static_cast<RSHEADER_TYPE*>(pResMgr->GetClass()) ) );
-
if( nObjMask & RscImageListFlags::IdList )
{
for( sal_Int32 i = 0, nCount = pResMgr->ReadLong(); i < nCount; ++i )