diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-17 17:30:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-17 17:34:15 +0200 |
commit | a7b932ddfe24a5ea2f49a64000fc1b88c01c7fdb (patch) | |
tree | 288e6ffa9ab118cb31ccdb28b999481bfcab7d46 /vcl/inc | |
parent | 4994ccd7d4ec7912f63882138b169221bb273249 (diff) |
AndroidSalInstance::RedrawWindows() is called from only one place
No need to take a parameter for which NULL is always passed, and related
simplifications.
Change-Id: I89bab2904fdae3520987d0f67e55b2649bf225d3
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/android/androidinst.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx index 554f29f54342..45f6de2fc84d 100644 --- a/vcl/inc/android/androidinst.hxx +++ b/vcl/inc/android/androidinst.hxx @@ -62,7 +62,7 @@ public: // mainloop pieces virtual bool AnyInput( sal_uInt16 nType ); - void RedrawWindows(ANativeWindow *pWindow, ANativeWindow_Buffer *pBuffer = NULL); + void RedrawWindows(ANativeWindow_Buffer *pBuffer); SalFrame *getFocusFrame() const; void damaged(AndroidSalFrame *frame); |