From 18120258b3e4c5e93e5d4ca8d6bfb1a8a3e9a7b8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 27 Apr 2017 11:09:42 +0100 Subject: no bitmaps in .src files anymore Change-Id: I0228cae8590366be5d5f0d431cf655942bbb891c --- tools/source/rc/resmgr.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tools') diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx index 86b5be7b5146..6fd64a980f6e 100644 --- a/tools/source/rc/resmgr.cxx +++ b/tools/source/rc/resmgr.cxx @@ -1022,17 +1022,6 @@ bool ResMgr::GetResource( const ResId& rId, const Resource* pResObj ) return true; } -void * ResMgr::GetResourceSkipHeader( const ResId& rResId, ResMgr ** ppResMgr ) -{ - osl::Guard aGuard( getResMgrMutex() ); - - *ppResMgr = rResId.GetResMgr(); - assert(*ppResMgr != nullptr); - (*ppResMgr)->GetResource( rResId ); - (*ppResMgr)->Increment( sizeof( RSHEADER_TYPE ) ); - return (*ppResMgr)->GetClass(); -} - void ResMgr::PopContext( const Resource* pResObj ) { osl::Guard aGuard( getResMgrMutex() ); -- cgit