summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-21 16:46:18 +0100
committerTor Lillqvist <tml@collabora.com>2015-05-21 16:46:18 +0100
commitcf78adf518a91a8f070d7cdcccb1973e58195e84 (patch)
treeb1a2ed95a0423fddccffecd3d916dbf80846b2e6 /vcl
parentff2c4ee8a5416c90b1344cb95b69483156d4d210 (diff)
Bin one leftover
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/android/androidinst.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index f99de127ac36..21c65834d947 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -19,9 +19,6 @@
class AndroidSalFrame;
class AndroidSalInstance : public SvpSalInstance
{
- void BlitFrameToWindow(ANativeWindow_Buffer *pOutBuffer,
- const basebmp::BitmapDeviceSharedPtr& aDev);
-
// This JNIEnv is valid only in the thread where this
// AndroidSalInstance object is created, which is the "LO" thread
// in which soffice_main() runs