Remove stray line from other branch

This commit is contained in:
Dylan 2016-03-13 22:50:52 +11:00
parent b60f73efb3
commit 24d1b76fac
1 changed files with 0 additions and 1 deletions

View File

@ -2768,7 +2768,6 @@ if [ "$image" != "off" ] && [ "$image" != "ascii" ]; then
;;
"iterm2")
printf "\033[$((xoffset / font_width))C"
printf "%b%s\a\n" "\033]1337;File=width=${image_size}px;height=${image_size}px;inline=1:$(base64 < "$img")"
;;
esac