summaryrefslogtreecommitdiff
path: root/desktop/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-03-25 18:27:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-03-26 08:43:28 +0100
commit99df964c96bc1b715ae6ece47629a5d7afb2a945 (patch)
tree90dae6b0344fbbe79427de93f595e97fa72920d2 /desktop/inc
parent055480aac88e4688619e9a7815e0a8b0ab97a5a1 (diff)
Consolidate declarations of {fire,reap}_glxtest_process in single include file
Change-Id: I7f25cba311d42a7e8751cf3651f684b88d1fb8ac Reviewed-on: https://gerrit.libreoffice.org/69711 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop/inc')
-rw-r--r--desktop/inc/app.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 01224c68ffeb..9f885cf0bd37 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -181,11 +181,6 @@ OUString ReplaceStringHookProc(const OUString& rStr);
}
-#if defined( UNX ) && !defined MACOSX && !defined IOS && !defined ANDROID && !defined LIBO_HEADLESS
-bool fire_glxtest_process();
-void reap_glxtest_process();
-#endif
-
#endif // INCLUDED_DESKTOP_INC_APP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */