diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-18 10:20:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-18 11:51:37 +0200 |
commit | df48f780e3baf3f82fbe9024c94fccc15a84d53d (patch) | |
tree | f135715be38418c1c4d18d22060ca801e677f9e6 /include | |
parent | b37c344274072df92a8a9624c261aa51c9145217 (diff) |
Remove dead function declaration
Change-Id: I6d54179a9faeda77a3c3672978cfade8408cb835
Reviewed-on: https://gerrit.libreoffice.org/41275
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/windowsStart.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/comphelper/windowsStart.hxx b/include/comphelper/windowsStart.hxx index 590402528f7a..09a9108811fb 100644 --- a/include/comphelper/windowsStart.hxx +++ b/include/comphelper/windowsStart.hxx @@ -13,19 +13,12 @@ /** * Launch a child process with the specified arguments. * @note argv[0] is ignored - * @note The form of this function that takes char **argv expects UTF-8 */ - BOOL WinLaunchChild(const wchar_t *exePath, int argc, wchar_t **argv, HANDLE userToken = nullptr, HANDLE *hProcess = nullptr); -BOOL -WinLaunchChild(const wchar_t *exePath, int argc, - char **argv, HANDLE userToken = nullptr, - HANDLE *hProcess = nullptr); - wchar_t* MakeCommandLine(int argc, WCHAR **argv); #endif |