diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-07 00:16:05 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-07 16:13:59 +0100 |
commit | a021a436c0bead05ef622c742d853146ba531568 (patch) | |
tree | 4121bd621ec7451bd40095686ebf851c76fd9e8f /desktop/scripts/soffice.sh | |
parent | 5b8a5ed945b7ac1abece3c7e87f135fb23d99b3f (diff) |
remove reference to old OpenGL stuff
Change-Id: I3398910136d82a25bba508505db9d9a1b080a0be
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rwxr-xr-x | desktop/scripts/soffice.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index a8c500444be5..2532b1e0422e 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -31,10 +31,6 @@ export LC_ALL SAL_ENABLE_FILE_LOCKING=1 export SAL_ENABLE_FILE_LOCKING -# Uncomment the line below if you suspect that OpenGL is not -# working on your system. -# SAL_NOOPENGL=true; export SAL_NOOPENGL - # uncomment line below to disable anti aliasing of fonts # SAL_ANTIALIAS_DISABLE=true; export SAL_ANTIALIAS_DISABLE |