summaryrefslogtreecommitdiff
path: root/vcl/source/window/introwin.cxx
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-22 15:47:08 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-22 19:55:51 -0500
commit0c181a33c9bdcaad9ee2d354ebed9c780120851d (patch)
tree7b6ba19241e1b8c275f0d1d522915b3fe5aaf550 /vcl/source/window/introwin.cxx
parent84897d4b3b2a0e4719b00fb06abb8c04e3c20c24 (diff)
callcatcher: Remove unused code
Diffstat (limited to 'vcl/source/window/introwin.cxx')
-rw-r--r--vcl/source/window/introwin.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/source/window/introwin.cxx b/vcl/source/window/introwin.cxx
index a1271bff8fcf..f1e22d8d6ce4 100644
--- a/vcl/source/window/introwin.cxx
+++ b/vcl/source/window/introwin.cxx
@@ -65,15 +65,6 @@ IntroWindow::~IntroWindow()
pSVData->mpIntroWindow = NULL;
}
-void IntroWindow::SetBackgroundBitmap( const Bitmap& rBitmap )
-{
- if( ! rBitmap.IsEmpty() )
- {
- SalBitmap* pBmp = rBitmap.ImplGetImpBitmap()->ImplGetSalBitmap();
- ImplGetFrame()->SetBackgroundBitmap( pBmp );
- }
-}
-
void IntroWindow::SetBackgroundBitmap( const BitmapEx& rBitmapEx )
{
if( ! rBitmapEx.IsEmpty() )