aboutsummaryrefslogtreecommitdiffstats
path: root/lang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.sh')
-rwxr-xr-xlang.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang.sh b/lang.sh
index e255968b..320c040f 100755
--- a/lang.sh
+++ b/lang.sh
@@ -33,18 +33,4 @@ if [ "$sourced" = 1 ]; then
unset LINGUAS
fi
[ -n "$_XKB_CHARSET" ] && export _XKB_CHARSET || unset _XKB_CHARSET
-
- if [ -n "$SYSFONTACM" ]; then
- case $SYSFONTACM in
- iso01*|iso02*|iso15*|koi*|latin2-ucw*)
- if [ "$TERM" = "linux" ]; then
- if ls -l /proc/$$/fd/0 2>/dev/null | grep -- '-> /dev/tty[0-9]*$' >/dev/null 2>&1; then
- echo -n -e '\033(K' > /proc/$$/fd/0
- fi
- fi
- ;;
- esac
- fi
-
- unset SYSFONTACM SYSFONT
fi