diff options
Diffstat (limited to 'rsc')
-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); |