Drop cecho functions

This commit is contained in:
Reto Buerki
2013-01-17 16:54:53 +01:00
committed by Tobias Brunner
parent 8cb4628ff9
commit 36a3fe90d8
-11
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()