diff options
author | Juergen Funk <juergen.funk_ml@cib.de> | 2015-12-05 01:37:13 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-06 08:55:56 +0000 |
commit | 6ded842ac4a0e06efcfcc312775d25063201eb68 (patch) | |
tree | f13b8ecc9aae9190f1be55476f4d0a8e785b5512 /vcl/win/app/saldata.cxx | |
parent | 30d73431ee51ca2ebcca9029bf0af4a0c4dc565c (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 'vcl/win/app/saldata.cxx')
-rw-r--r-- | vcl/win/app/saldata.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/win/app/saldata.cxx b/vcl/win/app/saldata.cxx index 18256ee8ccd7..2a04b3318791 100644 --- a/vcl/win/app/saldata.cxx +++ b/vcl/win/app/saldata.cxx @@ -74,15 +74,6 @@ int ImplSalWICompareAscii( const wchar_t* pStr1, const char* pStr2 ) return nRet; } -namespace vcl -{ - -bool IsWindowSystemAvailable() -{ - return true; // FIXME: we want this to return false if logged in - // to some Cygwin ssh session for instance -} -} // namespace vcl /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |