summaryrefslogtreecommitdiff
path: root/vcl/inc/salframe.hxx
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/inc/salframe.hxx
parent5d533bb75efde6dbe6f2d402d20cf5466135f1a4 (diff)
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/inc/salframe.hxx')
-rw-r--r--vcl/inc/salframe.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index bf329bf7d7b8..63096e0e2a40 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -208,12 +208,6 @@ public:
// returns system data (most prominent: window handle)
virtual const SystemEnvData* GetSystemData() const = 0;
- // sets a background bitmap on the frame; the implementation
- // must not make assumptions about the lifetime of the passed SalBitmap
- // but should copy its contents to an own buffer
- virtual void SetBackgroundBitmap( SalBitmap* ) = 0;
-
-
// get current modifier, button mask and mouse position
struct SalPointerState
{