summaryrefslogtreecommitdiffstats
path: root/vcl/headless
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2012-11-28 07:49:30 -0200
committerMichael Meeks <michael.meeks@suse.com>2012-11-28 12:51:08 +0000
commitee9a6d9e854db07462a372ed530da1572cb4e349 (patch)
tree149971e9b64e669915863db3da2262b54fdd37a5 /vcl/headless
parentMake all-screen presentation work again. (diff)
downloadcore-ee9a6d9e854db07462a372ed530da1572cb4e349.tar.gz
core-ee9a6d9e854db07462a372ed530da1572cb4e349.zip
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 <marcos.souza.org@gmail.com>
Diffstat (limited to 'vcl/headless')
-rw-r--r--vcl/headless/svpframe.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx
index 4e2f698545f1..0d4e4660f197 100644
--- a/vcl/headless/svpframe.cxx
+++ b/vcl/headless/svpframe.cxx
@@ -454,10 +454,6 @@ bool SvpSalFrame::SetPluginParent( SystemParentData* )
return true;
}
-void SvpSalFrame::SetBackgroundBitmap( SalBitmap* )
-{
-}
-
void SvpSalFrame::ResetClipRegion()
{
}