summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-01-13 15:01:35 +0200
committerTor Lillqvist <tml@collabora.com>2016-01-13 15:07:55 +0200
commit5fdb9cd64cfb48949a8c15292eda9266155a62ea (patch)
tree42ce7836f07a7062667f656f88760102bf57170a /include/vcl/opengl
parent4a846b9b93b89152b8f74f3dfc893441ae1347b8 (diff)
This stuff is private to vcl
Change-Id: I623da89ea390a07bd6a3236b5c099be094a7acde
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r--include/vcl/opengl/glxtest.hxx23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/vcl/opengl/glxtest.hxx b/include/vcl/opengl/glxtest.hxx
deleted file mode 100644
index 687038f446cb..000000000000
--- a/include/vcl/opengl/glxtest.hxx
+++ /dev/null
@@ -1,23 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-#ifndef INCLUDED_VCL_OPENGL_GLXTEST_HXX
-#define INCLUDED_VCL_OPENGL_GLXTEST_HXX
-
-#include <vcl/dllapi.h>
-
-VCL_DLLPUBLIC int* getGlxPipe();
-
-VCL_DLLPUBLIC pid_t* getGlxPid();
-
-bool fire_glxtest_process();
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */