Removed unused math, speeds up script a tiny bit
This commit is contained in:
parent
c6733e63aa
commit
9f5178687e
1 changed files with 0 additions and 1 deletions
1
neofetch
1
neofetch
|
@ -2014,7 +2014,6 @@ getimage () {
|
||||||
|
|
||||||
# Calculate font size
|
# Calculate font size
|
||||||
font_width=$((term_width / columns))
|
font_width=$((term_width / columns))
|
||||||
font_height=$((term_height / lines))
|
|
||||||
|
|
||||||
# Image size is half of the terminal
|
# Image size is half of the terminal
|
||||||
case "$image_size" in
|
case "$image_size" in
|
||||||
|
|
Loading…
Reference in a new issue