Drop cecho functions

This commit is contained in:
Reto Buerki 2012-12-07 12:33:31 +01:00 committed by Tobias Brunner
parent 8cb4628ff9
commit 36a3fe90d8
1 changed files with 0 additions and 11 deletions

View File

@ -69,17 +69,6 @@ echo_failed()
echo -e "${RED}$1${NORMAL}"
}
function cecho {
echo -e "\033[1;31m$1\033[0m"
}
function cgecho {
echo -e "\033[1;32m$1\033[0m"
}
function cecho-n {
echo -en "\033[1;31m$1\033[0m"
}
# log an action
# $1 - current action description
log_action()