From ee9a6d9e854db07462a372ed530da1572cb4e349 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Wed, 28 Nov 2012 07:49:30 -0200 Subject: Remove useless method SetBackgroundBitmap Thomas Arnhold asked me to take a look at the method SetBackgroundBitmap. In my XFCE, removing this method didn't chnage anything. So this needs more tests in Windows and other WM's. Change-Id: I3e10bea4eac114326ff981fb21ba0d292818b1da Signed-off-by: Marcos Paulo de Souza --- vcl/win/source/window/salframe.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vcl/win/source/window/salframe.cxx') diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index bffd400b1f7f..88ae0f15eda7 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -3005,12 +3005,6 @@ void WinSalFrame::SimulateKeyPress( sal_uInt16 nKeyCode ) // ----------------------------------------------------------------------- -void WinSalFrame::SetBackgroundBitmap( SalBitmap* ) -{ -} - -// ----------------------------------------------------------------------- - void WinSalFrame::ResetClipRegion() { SetWindowRgn( mhWnd, 0, TRUE ); -- cgit v1.2.3