Commit c3b82ecc authored by Dylan Araps's avatar Dylan Araps

Args: Remove old --ascii arg

parent 3b1dc8ce
...@@ -3930,13 +3930,6 @@ get_args() { ...@@ -3930,13 +3930,6 @@ get_args() {
exit exit
;; ;;
# Ascii
"--ascii")
image_backend="ascii"
ascii="$2"
case "$2" in "-"* | "") ascii="distro" ;; esac
;;
"--ascii_colors") "--ascii_colors")
unset ascii_colors unset ascii_colors
for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do for arg in "$2" "$3" "$4" "$5" "$6" "$7"; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment