diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2012-11-28 07:49:30 -0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-28 12:51:08 +0000 |
commit | ee9a6d9e854db07462a372ed530da1572cb4e349 (patch) | |
tree | 149971e9b64e669915863db3da2262b54fdd37a5 /vcl/inc/ios | |
parent | 5d533bb75efde6dbe6f2d402d20cf5466135f1a4 (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/ios')
-rw-r--r-- | vcl/inc/ios/salframe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/ios/salframe.h b/vcl/inc/ios/salframe.h index 701320b13732..b3d64389ca0b 100644 --- a/vcl/inc/ios/salframe.h +++ b/vcl/inc/ios/salframe.h @@ -141,7 +141,6 @@ public: virtual void SetParent( SalFrame* pNewParent ); virtual bool SetPluginParent( SystemParentData* pNewParent ); virtual void SetExtendedFrameStyle( SalExtStyle ); - virtual void SetBackgroundBitmap( SalBitmap* ); virtual void SetScreenNumber(unsigned int); virtual void SetApplicationID( const rtl::OUString &rApplicationID ); |