summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-24 17:39:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-25 11:41:23 +0100
commitda05f90f9ba6c41f249bed0a8733e6c4f91e1aac (patch)
tree11fdb67ea1513a9875229b429aa89f75100356bd /rsc
parentc445e1d67848a1c52dc6e81a13f3d8de9e77c40e (diff)
no evidence that LangKeyCode is needed for anything
Change-Id: I01cf8019fb6bba15c6ed48564ad2e65bf3fbd187
Diffstat (limited to 'rsc')
-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 5496a054f8cf..066fad44d94b 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -64,7 +64,6 @@ void RscTypCont::Init()
RscTop * pClassWindow;
RscTop * pClassControl;
RscTop * pClassKeyCode;
- RscTop * pLangClassKeyCode;
Atom nId;
@@ -290,12 +289,6 @@ void RscTypCont::Init()
{
pClassKeyCode = InitClassKeyCode( pClassMgr, pKey );
pRoot->Insert( pClassKeyCode );
- {
- pLangClassKeyCode = new RscClassArray( pHS->getID( "LangKeyCode" ),
- RSC_KEYCODE, pClassKeyCode, &aLangType );
- aBaseLst.push_back( pLangClassKeyCode );
- }
-
}
{
RscTop* pClassMenuItem = InitClassMenuItem(pClassMgr);