remove un-used DONE variable

(still available via sourced COL_TABLE on line 29)
This commit is contained in:
bcambl 2017-10-19 22:57:07 -06:00
parent 31730e7197
commit 0f868f7649

View file

@ -37,7 +37,6 @@ else
TICK="[${COL_GREEN}${COL_NC}]"
CROSS="[${COL_RED}${COL_NC}]"
INFO="[i]"
DONE="${COL_GREEN} done!${COL_NC}"
OVER="\r\033[K"
fi