From 5fdb9cd64cfb48949a8c15292eda9266155a62ea Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 13 Jan 2016 15:01:35 +0200 Subject: This stuff is private to vcl Change-Id: I623da89ea390a07bd6a3236b5c099be094a7acde --- include/vcl/opengl/glxtest.hxx | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 include/vcl/opengl/glxtest.hxx (limited to 'include') 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_DLLPUBLIC int* getGlxPipe(); - -VCL_DLLPUBLIC pid_t* getGlxPid(); - -bool fire_glxtest_process(); - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit