diff options
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/misc/rscdbl.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rsc/source/misc/rscdbl.cxx b/rsc/source/misc/rscdbl.cxx index 8de91ae9dbbd..aeac4ba4399e 100644 --- a/rsc/source/misc/rscdbl.cxx +++ b/rsc/source/misc/rscdbl.cxx @@ -95,14 +95,4 @@ void FillListObj( ObjNode * pObjNode, RscTop * pRscTop, }; } -void FillList( RscTop * pRscTop, REResourceList * pList, sal_uLong lFileKey ){ - if( pRscTop ){ - FillList( (RscTop*)pRscTop->Left(), pList, lFileKey ); - - FillListObj( pRscTop->GetObjNode(), pRscTop, pList, lFileKey ); - - FillList( (RscTop*)pRscTop->Right(), pList, lFileKey ); - }; -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |