diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-03-25 18:27:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-03-26 08:43:28 +0100 |
commit | 99df964c96bc1b715ae6ece47629a5d7afb2a945 (patch) | |
tree | 90dae6b0344fbbe79427de93f595e97fa72920d2 /vcl/inc | |
parent | 055480aac88e4688619e9a7815e0a8b0ab97a5a1 (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 'vcl/inc')
-rw-r--r-- | vcl/inc/opengl/x11/glxtest.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/opengl/x11/glxtest.hxx b/vcl/inc/opengl/x11/glxtest.hxx index d74436aae111..5715a6d9fb19 100644 --- a/vcl/inc/opengl/x11/glxtest.hxx +++ b/vcl/inc/opengl/x11/glxtest.hxx @@ -16,10 +16,6 @@ VCL_DLLPUBLIC int* getGlxPipe(); VCL_DLLPUBLIC pid_t* getGlxPid(); -bool fire_glxtest_process(); - -void reap_glxtest_process(); - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |