diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-24 17:39:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | da05f90f9ba6c41f249bed0a8733e6c4f91e1aac (patch) | |
tree | 11fdb67ea1513a9875229b429aa89f75100356bd /rsc/source/parser/rscinit.cxx | |
parent | c445e1d67848a1c52dc6e81a13f3d8de9e77c40e (diff) |
no evidence that LangKeyCode is needed for anything
Change-Id: I01cf8019fb6bba15c6ed48564ad2e65bf3fbd187
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r-- | rsc/source/parser/rscinit.cxx | 7 |
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); |