From d04a05a7d4692dcb3083d1089a3f4e78fb07bcbf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 24 Nov 2016 13:35:44 +0000 Subject: ditch a pile of other unused rsc stuff Change-Id: Id982a8898241b20db11b43c18ae2c062c92c61fc --- rsc/source/parser/rscinit.cxx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'rsc/source/parser/rscinit.cxx') diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx index c4cb36935d10..13b8859ab35a 100644 --- a/rsc/source/parser/rscinit.cxx +++ b/rsc/source/parser/rscinit.cxx @@ -40,16 +40,8 @@ void RscTypCont::Init() { - RscEnum * pFieldUnits; - RscEnum * pColor; - RscEnum * pMapUnit; RscEnum * pKey; - RscEnum * pTriState; - RscCont * pStringList; - RscArray * pLangStringList; - RscTupel * pStringTupel; RscTupel * pStringLongTupel; - RscCont * pStringTupelList; RscCont * pStringLongTupelList; RscArray * pLangStringLongTupelList; @@ -91,16 +83,9 @@ void RscTypCont::Init() } { aLangType.Init( aNmTb ); - aBaseLst.push_back( pFieldUnits = InitFieldUnitsType() ); - aBaseLst.push_back( pColor = InitColor() ); - aBaseLst.push_back( pMapUnit = InitMapUnit() ); + aBaseLst.push_back( InitFieldUnitsType() ); aBaseLst.push_back( pKey = InitKey() ); - aBaseLst.push_back( pTriState = InitTriState() ); - aBaseLst.push_back( pStringList = InitStringList() ); - aBaseLst.push_back( pLangStringList = InitLangStringList( pStringList ) ); - aBaseLst.push_back( pStringTupel = InitStringTupel() ); - aBaseLst.push_back( pStringTupelList = InitStringTupelList( pStringTupel ) ); aBaseLst.push_back( pStringLongTupel = InitStringLongTupel() ); aBaseLst.push_back( pStringLongTupelList = InitStringLongTupelList( pStringLongTupel ) ); aBaseLst.push_back( pLangStringLongTupelList = InitLangStringLongTupelList( pStringLongTupelList ) ); -- cgit