summaryrefslogtreecommitdiff
path: root/vcl/source/control/imgctrl.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-01 14:24:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-02 16:59:56 +0100
commitf630705f09fc757f55459dae91530cb466bfa03b (patch)
tree48e141a22a29641670ffa791afa13b4a10d459d3 /vcl/source/control/imgctrl.cxx
parentcec90913e86ef8d4605eae6c0af428fcf9434207 (diff)
callcatcher: update unusedcode
Change-Id: I73ff045699113778892db6a534433a70e0e9c8e1
Diffstat (limited to 'vcl/source/control/imgctrl.cxx')
-rw-r--r--vcl/source/control/imgctrl.cxx6
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 )