Removed unused math, speeds up script a tiny bit

This commit is contained in:
Dylan Araps 2016-04-23 23:02:17 +10:00
parent c6733e63aa
commit 9f5178687e

View file

@ -2014,7 +2014,6 @@ getimage () {
# Calculate font size
font_width=$((term_width / columns))
font_height=$((term_height / lines))
# Image size is half of the terminal
case "$image_size" in