diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 02:02:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 02:02:19 +0200 |
commit | acb43f1facee2a3d19aef19c42bf8ad405a18dee (patch) | |
tree | 54c7ff7ca5bc869392c6bdd5ef3aac8590d93424 /desktop/scripts/soffice.sh | |
parent | ebac2a3d38feb53e810d8496dfe7780fc35d385f (diff) |
Remove unused env XENVIRONMENT
Diffstat (limited to 'desktop/scripts/soffice.sh')
-rwxr-xr-x | desktop/scripts/soffice.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 0543346c67..caed192e6b 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -39,8 +39,6 @@ export SAL_ENABLE_FILE_LOCKING # working on your system. # SAL_NOOPENGL=true; export SAL_NOOPENGL -unset XENVIRONMENT - # uncomment line below to disable anti aliasing of fonts # SAL_ANTIALIAS_DISABLE=true; export SAL_ANTIALIAS_DISABLE |