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

Image: Remove unneeded check

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