summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-23 21:11:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-24 13:04:38 +0100
commit602274c77fa8134ca097f4d60b9fb75cea0eff78 (patch)
tree97f52c76c3ccde45692c1579737a1b25ffdd4d36 /rsc/source/parser/rscinit.cxx
parent6f660293885733e64602aa6144c36ed7e7b43faf (diff)
no ImageButton loaded from .src now
Change-Id: If6f6718e1e6d756b99a499deafa4310c76a75ad3
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 );
}