Args: Remove old --ascii arg

This commit is contained in:
Dylan Araps 2017-01-14 22:32:08 +11:00
parent 3b1dc8ce24
commit c3b82ecc31
1 changed files with 0 additions and 7 deletions

View File

@ -3930,13 +3930,6 @@ get_args() {
exit
;;
# Ascii
"--ascii")
image_backend="ascii"
ascii="$2"
case "$2" in "-"* | "") ascii="distro" ;; esac
;;
"--ascii_colors")
unset ascii_colors
for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do