summaryrefslogtreecommitdiffstats
path: root/abs/core/libx11/xorg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/libx11/xorg.sh')
-rw-r--r--abs/core/libx11/xorg.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/abs/core/libx11/xorg.sh b/abs/core/libx11/xorg.sh
index d3ade91..9b37312 100644
--- a/abs/core/libx11/xorg.sh
+++ b/abs/core/libx11/xorg.sh
@@ -13,7 +13,3 @@ if [ -z $XDG_CONFIG_DIRS ]; then
else
export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
fi
-
-# temporarily loosen restrictions in libxcb to get java
-# application involving X to work.
-export LIBXCB_ALLOW_SLOPPY_LOCK=true