summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-07 21:24:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-07 21:24:35 +0100
commit70abef48308e1c23558ca1152b6fbb0c56e867e7 (patch)
tree3b1a25afab4a6183b817cb2895806674063ee6d1 /rsc/source/parser/rscinit.cxx
parent64a5f3b9835c56b27efd678916ab48ded872ce08 (diff)
no CheckBox loaded from src files anymore
Change-Id: I3211707d38c15a6fd3edcbe70fc3cee9b65dd6f6
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 );