Commit 3b29a9b7 authored by Dylan Araps's avatar Dylan Araps

Image: Remove unneeded check

parent 79afc7eb
...@@ -1954,9 +1954,6 @@ image_backend() { ...@@ -1954,9 +1954,6 @@ image_backend() {
image_backend="ascii" image_backend="ascii"
err "Image: Imagemagick not found, falling back to ascii mode." err "Image: Imagemagick not found, falling back to ascii mode."
fi fi
# If X isn't running force ascii mode here.
[[ -z "$DISPLAY" ]] && image_backend="ascii"
fi fi
case "${image_backend:-off}" in case "${image_backend:-off}" in
......
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