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 735acef364fd..68bb4f77aedd 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -65,7 +65,6 @@ void RscTypCont::Init()
RscTop * pClassControl;
RscTop * pClassButton;
RscTop * pClassPushButton;
- RscTop * pClassImageButton;
RscTop * pClassEdit;
RscTop * pClassListBox;
RscTop * pClassFixedText;
@@ -306,10 +305,6 @@ void RscTypCont::Init()
pRoot->Insert( pClassPushButton );
}
{
- pClassImageButton = InitClassImageButton( pClassPushButton,
- pClassImage, pTriState );
- pRoot->Insert( pClassImageButton );
-
pClassEdit = InitClassEdit( pClassControl );
pRoot->Insert( pClassEdit );
}