From dee1fbdc21c62d3525b7431fece77a1a6cb1a668 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 28 May 2014 01:15:33 +0200 Subject: [PATCH] xinitrc: remove source_debug() No longer used in ~/.shell/env. --- xinitrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xinitrc b/xinitrc index 0f32482..8a649a1 100755 --- a/xinitrc +++ b/xinitrc @@ -24,12 +24,6 @@ # LANG set (for Python's decode() function). Therefore load my general shell # environment which also includes $LANG. if test -f "$HOME/.shell/env"; then - # Debug function used in ~/.shell/env. - source_debug() { - # Do nothing. - : - } - . "$HOME/.shell/env" fi -- 2.44.1