diff options
Diffstat (limited to 'desktop/source/app/sofficemain.cxx')
-rw-r--r-- | desktop/source/app/sofficemain.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index d95356fd255d..0b02155f59fb 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -33,7 +33,6 @@ #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 +58,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"); |