summaryrefslogtreecommitdiffstats
path: root/desktop/source/app/sofficemain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/sofficemain.cxx')
-rw-r--r--desktop/source/app/sofficemain.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx
index d95356fd255d..448977684b9a 100644
--- a/desktop/source/app/sofficemain.cxx
+++ b/desktop/source/app/sofficemain.cxx
@@ -30,10 +30,8 @@
#include <prewin.h>
#include <rtl/bootstrap.hxx>
-#include <sal/log.hxx>
#include <sal/main.h>
#include <tools/extendapplicationenvironment.hxx>
-#include <vcl/glxtestprocess.hxx>
#include <vcl/svmain.hxx>
#if HAVE_FEATURE_BREAKPAD
@@ -59,9 +57,6 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main()
CrashReporter::installExceptionHandler();
#endif
- bool bSuccess = fire_glxtest_process();
- SAL_WARN_IF(!bSuccess, "desktop.opengl", "problems with glxtest");
-
#if defined ANDROID
try {
rtl::Bootstrap::setIniFilename("file:///assets/program/lofficerc");