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)
magenta=$(tput setaf 5)
norm=$(tput sgr0)
yellow=$(tput setaf 3)
width=$(tput cols)
else
bold=""
@ -117,7 +116,6 @@ else
err="[ERROR] "
magenta=""
norm=""
yellow=""
width=80
fi