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.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/source/parser/rscinit.cxx b/rsc/source/parser/rscinit.cxx
index 15596c683255..5129f69bea37 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 * pClassButton;
- RscTop * pClassCheckBox;
RscTop * pClassPushButton;
RscTop * pClassRadioButton;
RscTop * pClassImageButton;
@@ -307,9 +306,6 @@ void RscTypCont::Init()
aNmTb.Put( nId, CLASSNAME, pClassButton );
pRoot->Insert( pClassButton );
- pClassCheckBox = InitClassCheckBox( pClassButton );
- pRoot->Insert( pClassCheckBox );
-
// initialize class
pClassPushButton = InitClassPushButton( pClassButton );
pRoot->Insert( pClassPushButton );