wp gen - remove unused var assignments

these ren't used, so

fix CID 1425228 1425225
This commit is contained in:
Carsten Haitzler 2020-04-19 01:48:28 +01:00
parent d5d53a0e96
commit 23493550b2
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ elm_main(int argc, char **argv)
" image {\n");
if (mips[i].last)
{
imw = w;
imh = h;
fprintf(f,
" image: \"img.png\" %s;\n",
quality_string);