diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-02 08:46:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-02 09:46:31 +0100 |
commit | 045598331adb3b1a4f20dca992a09b7472e7362f (patch) | |
tree | 1bca1291ecf2c1c9cd72469ed71cff1a33a295d3 /vcl/source | |
parent | f11d6421e4e61ce6f557ebd8272485f79968224e (diff) |
callcatcher: rsc loaded fixedbitmap is no more
Change-Id: Ie111d9ed3534eb8892400d638eac4b38b3904646
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/control/fixed.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index 404fb046fa48..3b50a3c6e92a 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -761,18 +761,6 @@ FixedBitmap::FixedBitmap( Window* pParent, WinBits nStyle ) : ImplInit( pParent, nStyle ); } -FixedBitmap::FixedBitmap( Window* pParent, const ResId& rResId ) : - Control( WINDOW_FIXEDBITMAP ) -{ - rResId.SetRT( RSC_FIXEDBITMAP ); - WinBits nStyle = ImplInitRes( rResId ); - ImplInit( pParent, nStyle ); - ImplLoadRes( rResId ); - - if ( !(nStyle & WB_HIDE) ) - Show(); -} - FixedBitmap::~FixedBitmap() { } |