From 36a3fe90d88a53ba5c4f69e089697a6298527505 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Fri, 7 Dec 2012 12:33:31 +0100 Subject: [PATCH] Drop cecho functions --- testing/scripts/function.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/testing/scripts/function.sh b/testing/scripts/function.sh index b510d755c..0d4ecb484 100755 --- a/testing/scripts/function.sh +++ b/testing/scripts/function.sh @@ -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()