From 045598331adb3b1a4f20dca992a09b7472e7362f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 2 Jul 2014 08:46:55 +0100 Subject: callcatcher: rsc loaded fixedbitmap is no more Change-Id: Ie111d9ed3534eb8892400d638eac4b38b3904646 --- rsc/source/parser/rscinit.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rsc/source/parser/rscinit.cxx') 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 ); -- cgit v1.2.3