Commit 9f517868 authored by Dylan Araps's avatar Dylan Araps

Removed unused math, speeds up script a tiny bit

parent c6733e63
......@@ -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
......
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