summaryrefslogtreecommitdiff
path: root/vcl/android
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-04-10 21:44:19 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-04-11 19:10:44 +0300
commit7a77147e66fdd348d949b711f8d8871f1110be33 (patch)
tree7dbea7fe000467eb8cd031cf418f0fb222391f24 /vcl/android
parentefa4580b8f4a86566fda9be87e02d0ed9a346aa3 (diff)
Drop plasma_now()
Diffstat (limited to 'vcl/android')
-rw-r--r--vcl/android/androidinst.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 014b1e36b003..ffb9ab459096 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -37,13 +37,6 @@
#include <rtl/strbuf.hxx>
#include <basebmp/scanlineformats.hxx>
-extern void VCL_DLLPUBLIC plasma_now(const char *msg);
-
-void plasma_now(const char *msg)
-{
- fprintf (stderr, "Skipped plasma '%s' !\n", msg);
-}
-
class AndroidSalData : public SalGenericData
{
public: