]> git.eshelyaron.com Git - emacs.git/commit
Fix recently-introduced image_set_crop typo
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jun 2019 07:33:47 +0000 (00:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jun 2019 07:44:45 +0000 (00:44 -0700)
commitcfb592fd4bf10b4892b58adc35dae1430dcb3ba7
treecfe9e3945fb227c0dc38cf4e45174572fd9ef597
parent486a81f387bb59b2fbbc6aff7b41adbe1621394e
Fix recently-introduced image_set_crop typo

* src/image.c (image_set_crop) [!HAVE_NATIVE_TRANSFORMS]:
Don’t call compute_image_size, as it does not exist and its
result is not needed.
src/image.c