summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-24 13:35:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-24 14:56:14 +0000
commitd04a05a7d4692dcb3083d1089a3f4e78fb07bcbf (patch)
treeea00acd12fbdc6a9caa3eb9716b9567b6392dd15 /rsc/source/parser/rscinit.cxx
parent427e6996bd042af61fd04aae6381c2958d2fda70 (diff)
ditch a pile of other unused rsc stuff
Change-Id: Id982a8898241b20db11b43c18ae2c062c92c61fc
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx17
1 files changed, 1 insertions, 16 deletions
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 ) );