diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-01 14:24:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-02 16:59:56 +0100 |
commit | f630705f09fc757f55459dae91530cb466bfa03b (patch) | |
tree | 48e141a22a29641670ffa791afa13b4a10d459d3 /vcl | |
parent | cec90913e86ef8d4605eae6c0af428fcf9434207 (diff) |
callcatcher: update unusedcode
Change-Id: I73ff045699113778892db6a534433a70e0e9c8e1
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/imgctrl.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/source/control/imgctrl.cxx b/vcl/source/control/imgctrl.cxx index e49af86885e6..54b97f43cd97 100644 --- a/vcl/source/control/imgctrl.cxx +++ b/vcl/source/control/imgctrl.cxx @@ -31,12 +31,6 @@ ImageControl::ImageControl( Window* pParent, WinBits nStyle ) { } -ImageControl::ImageControl( Window* pParent, const ResId& rResId ) - :FixedImage( pParent, rResId ) - ,mnScaleMode( ImageScaleMode::ANISOTROPIC ) -{ -} - void ImageControl::SetScaleMode( const ::sal_Int16 _nMode ) { if ( _nMode != mnScaleMode ) |