remove unused 'yellow' var

This commit is contained in:
Asif Bacchus 2020-03-26 06:50:07 -06:00
parent 8331ff712c
commit d6eae39603
1 changed files with 0 additions and 2 deletions

View File

@ -109,7 +109,6 @@ if command -v tput > /dev/null; then
err=$(tput bold)$(tput setaf 1) err=$(tput bold)$(tput setaf 1)
magenta=$(tput setaf 5) magenta=$(tput setaf 5)
norm=$(tput sgr0) norm=$(tput sgr0)
yellow=$(tput setaf 3)
width=$(tput cols) width=$(tput cols)
else else
bold="" bold=""
@ -117,7 +116,6 @@ else
err="[ERROR] " err="[ERROR] "
magenta="" magenta=""
norm="" norm=""
yellow=""
width=80 width=80
fi fi