diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-29 23:16:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-30 07:53:41 +0200 |
commit | 62f6e67f6b0986208cf1030e265b51f1bf154bc7 (patch) | |
tree | 0fdc685284f5ab4777e6582b75511157db4d07c8 /vcl/inc | |
parent | b46eed92ce1e30008e0325e4d9f37dbe3d6624a3 (diff) |
IosSalInstance::BlitFrameToBuffer() and RedrawWindows() are unneeded now
Change-Id: I6873461aed7db7b7f06e45556eacb82bcf118aea
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index 15ededa5a286..d5d6b8c378ba 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -26,12 +26,6 @@ class IosSalFrame; class IosSalInstance : public SvpSalInstance { - void BlitFrameToBuffer(char *pPixelBuffer, - int nPBWidth, int nPBHeight, - int destX, int nDestY, - int nDestWidth, int nDestHeight, - const basebmp::BitmapDeviceSharedPtr& aDev); - public: IosSalInstance( SalYieldMutex *pMutex ); virtual ~IosSalInstance(); @@ -47,11 +41,6 @@ public: SalFrame *getFocusFrame() const; - void RedrawWindows( char *pPixelBuffer, - int nPBWidth, int nPBHeight, - int destX, int nDestY, - int nDestWidth, int nDestHeight); - void damaged( IosSalFrame *frame, const basegfx::B2IBox& rDamageRect); }; |