remove another unnecessary drawimage() call

This commit is contained in:
speedie 2023-03-08 19:00:31 +01:00
parent 91cc7782f7
commit 08b54267ae

View file

@ -17,8 +17,6 @@ setimagesize(int width, int height)
imageheight = height;
imagewidth = width;
drawimage();
if (!image) {
imageheight = oih;
imagewidth = oiw;