summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-30 16:40:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-30 16:40:29 +0000
commit1fec83409ced6f6421e2dccc0fcae59a04f5ffa7 (patch)
tree31df455aa8fd4f9f3963c11d86621d918c7967bf /rsc/source/parser/rscinit.cxx
parent73545e2efae49af7bdf1e7fd43ae0d68f3bb3225 (diff)
no use of RSC_KEYCODE appears to remain
Change-Id: I968093ef9a9a5647f410432918a60dbc2331192a
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 85023b82d924..9e31fb6fee77 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -40,7 +40,6 @@
void RscTypCont::Init()
{
- RscEnum * pKey;
RscTupel * pStringLongTupel;
RscCont * pStringLongTupelList;
RscArray * pLangStringLongTupelList;
@@ -50,7 +49,6 @@ void RscTypCont::Init()
RscTop * pClassStringArray;
RscTop * pClassBitmap;
RscTop * pClassImage;
- RscTop * pClassKeyCode;
Atom nId;
@@ -81,7 +79,6 @@ void RscTypCont::Init()
{
aLangType.Init( aNmTb );
aBaseLst.push_back( InitFieldUnitsType() );
- aBaseLst.push_back( pKey = InitKey() );
aBaseLst.push_back( pStringLongTupel = InitStringLongTupel() );
aBaseLst.push_back( pStringLongTupelList = InitStringLongTupelList( pStringLongTupel ) );
@@ -120,10 +117,6 @@ void RscTypCont::Init()
pRoot->Insert( pClassImage );
}
{
- pClassKeyCode = InitClassKeyCode( pClassMgr, pKey );
- pRoot->Insert( pClassKeyCode );
-}
-{
RscTop* pClassMenuItem = InitClassMenuItem(pClassMgr);
pRoot->Insert( pClassMenuItem );