summaryrefslogtreecommitdiff
path: root/vcl/source/control/imgctrl.cxx
diff options
context:
space:
mode:
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 )