summaryrefslogtreecommitdiff
path: root/rsc/source/parser/rscinit.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-02 08:46:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-02 09:46:31 +0100
commit045598331adb3b1a4f20dca992a09b7472e7362f (patch)
tree1bca1291ecf2c1c9cd72469ed71cff1a33a295d3 /rsc/source/parser/rscinit.cxx
parentf11d6421e4e61ce6f557ebd8272485f79968224e (diff)
callcatcher: rsc loaded fixedbitmap is no more
Change-Id: Ie111d9ed3534eb8892400d638eac4b38b3904646
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 9a67f1d8d036..0ff5e2487cdc 100644
--- a/rsc/source/parser/rscinit.cxx
+++ b/rsc/source/parser/rscinit.cxx
@@ -91,7 +91,6 @@ void RscTypCont::Init()
RscTop * pClassMultiListBox;
RscTop * pClassComboBox;
RscTop * pClassFixedText;
- RscTop * pClassFixedBitmap;
RscTop * pClassFixedImage;
RscTop * pClassGroupBox;
RscTop * pClassKeyCode;
@@ -460,9 +459,6 @@ void RscTypCont::Init()
pClassFixedText = InitClassFixedText( pClassControl );
pRoot->Insert( pClassFixedText );
- pClassFixedBitmap = InitClassFixedBitmap( pClassControl, pClassBitmap );
- pRoot->Insert( pClassFixedBitmap );
-
pClassFixedImage = InitClassFixedImage( pClassControl, pClassImage );
pRoot->Insert( pClassFixedImage );