summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-04-25 19:15:50 +0300
committerTor Lillqvist <tml@collabora.com>2019-04-26 08:20:09 +0200
commite1a75c1c3069efa303c480d0e50928c0761f468f (patch)
treed383a590c41f00e93ce4f7245c6d1fc5f34f58ad /include
parent8e3f4aeb401cb478374928d78bcbfc737bfd4d97 (diff)
There is no ImplSVMainHook()
Change-Id: Ief2636425712f60cfc6e8f68ee0d3fb01608d8ba Reviewed-on: https://gerrit.libreoffice.org/71317 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svmain.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/svmain.hxx b/include/vcl/svmain.hxx
index 6305c090d289..ca6010784490 100644
--- a/include/vcl/svmain.hxx
+++ b/include/vcl/svmain.hxx
@@ -24,7 +24,6 @@
#include <vcl/dllapi.h>
// #i47888# allow for alternative initialization as required for e.g. MacOSX
-bool ImplSVMainHook( int* );
VCL_DLLPUBLIC int ImplSVMain();
VCL_DLLPUBLIC int SVMain();