diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-29 12:40:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-29 15:08:43 +0200 |
commit | 34180700b2686c97cdce0b52ca9578a41a153035 (patch) | |
tree | 073f3753e4483f30efa3c7c769f23971e6a046d5 /stoc/source/javavm/javavm.hxx | |
parent | e710170d906fcb248a5e4ff5a3a90cbf0e20003d (diff) |
loplugin:removeunusedmethods, remove unused stuff
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
Diffstat (limited to 'stoc/source/javavm/javavm.hxx')
-rw-r--r-- | stoc/source/javavm/javavm.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stoc/source/javavm/javavm.hxx b/stoc/source/javavm/javavm.hxx index 11d3dc5dc341..4de0d00aa485 100644 --- a/stoc/source/javavm/javavm.hxx +++ b/stoc/source/javavm/javavm.hxx @@ -45,8 +45,6 @@ namespace jvmaccess { namespace stoc_javavm { -bool configureJava(const css::uno::Reference< - css::uno::XComponentContext>& xContext); // The MS compiler needs a typedef here, so the JavaVirtualMachine ctor can call // its base class ctor: typedef |