summaryrefslogtreecommitdiff
path: root/vcl/source/control/fixed.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/fixed.cxx')
-rw-r--r--vcl/source/control/fixed.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx
index 370dabbe6234..5e8e1b3d4c63 100644
--- a/vcl/source/control/fixed.cxx
+++ b/vcl/source/control/fixed.cxx
@@ -944,11 +944,6 @@ void FixedImage::SetImage( const Image& rImage )
}
}
-void FixedImage::SetModeImage( const Image& rImage )
-{
- SetImage( rImage );
-}
-
Image FixedImage::loadThemeImage(const OUString &rFileName)
{
return Image(StockImage::Yes, rFileName);