summaryrefslogtreecommitdiffstats
path: root/vcl/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-17 17:30:33 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-17 17:34:15 +0200
commita7b932ddfe24a5ea2f49a64000fc1b88c01c7fdb (patch)
tree288e6ffa9ab118cb31ccdb28b999481bfcab7d46 /vcl/inc
parentonAppCmd() and onInputEvent() don't exist any more (diff)
downloadcore-a7b932ddfe24a5ea2f49a64000fc1b88c01c7fdb.tar.gz
core-a7b932ddfe24a5ea2f49a64000fc1b88c01c7fdb.zip
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.hxx2
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);