aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions5
1 files changed, 0 insertions, 5 deletions
diff --git a/functions b/functions
index 8218d68..8f9a5d2 100644
--- a/functions
+++ b/functions
@@ -590,11 +590,6 @@ set_consolefont() {
done
if (( $? )); then
stat_fail
- elif [[ $CONSOLEMAP ]]; then
- cat <<"EOF" >>/etc/profile.d/locale.sh
-if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\033(K"; fi
-EOF
- stat_done
else
stat_done
fi