diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-20 15:23:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-20 15:23:18 +0200 |
commit | 06097771671e439c7aca2bd6bcf010444f111141 (patch) | |
tree | 6042e785b506a3c33dbad8748e450caa86251de1 /desktop/source | |
parent | 24b49879338cd01fece071576504821e5e36cbb4 (diff) |
WaE: work around loplugin:unreffun and loplugin:externandnotdefined
Change-Id: I5192ad1f068746da257f3e1d9340325956b1e69d
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 606ba4fdcc22..9cee2c4cc6dd 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -53,10 +53,6 @@ #include <touch/touch.h> #endif -#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID -bool fire_glxtest_process(); -#endif - extern "C" int DESKTOP_DLLPUBLIC soffice_main() { #if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID |