summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorJuergen Funk <juergen.funk_ml@cib.de>2015-12-05 01:37:13 +0100
committerTor Lillqvist <tml@collabora.com>2015-12-06 08:55:56 +0000
commit6ded842ac4a0e06efcfcc312775d25063201eb68 (patch)
treef13b8ecc9aae9190f1be55476f4d0a8e785b5512 /include/vcl/svapp.hxx
parent30d73431ee51ca2ebcca9029bf0af4a0c4dc565c (diff)
unused vcl::IsWindowSystemAvailable
Change-Id: Ie903a6fe3237319661662c0533c23528766ffd08 Reviewed-on: https://gerrit.libreoffice.org/20404 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index a8b813bee26d..c5b52ca279df 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1649,13 +1649,6 @@ inline void Application::EndYield()
PostUserEvent( Link<void*,void>() );
}
-namespace vcl
-{
-
-VCL_DLLPUBLIC bool IsWindowSystemAvailable();
-
-}
-
#endif // _APP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */