no evidence that LangKeyCode is needed for anything

Change-Id: I01cf8019fb6bba15c6ed48564ad2e65bf3fbd187
This commit is contained in:
Caolán McNamara
2016-10-24 17:39:36 +01:00
parent c445e1d678
commit da05f90f9b

View File

@@ -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);