summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/parser/rscinit.cxx')
-rw-r--r--rsc/source/parser/rscinit.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index e7663c8e4016..b82cf7381f4f 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -61,7 +61,6 @@ void RscTypCont::Init()
RscTop * pClassBitmap;
RscTop * pClassImage;
RscTop * pClassImageList;
- RscTop * pClassWindow;
RscTop * pClassKeyCode;
Atom nId;
@@ -276,10 +275,6 @@ void RscTypCont::Init()
pClassImageList = InitClassImageList( pClassMgr, pStringLongTupelList );
pRoot->Insert( pClassImageList );
-
- pClassWindow = InitClassWindow( pClassMgr, pMapUnit,
- pLangGeometry );
- pRoot->Insert( pClassWindow );
}
{
pClassKeyCode = InitClassKeyCode( pClassMgr, pKey );