mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Fix -Wshadow warning
This commit is contained in:
parent
ecd2e4aea0
commit
7e2028e9fd
@ -216,8 +216,6 @@ void process_rgba8_png_pal(T const& image,
|
||||
handle_png_options(t, opts);
|
||||
if (pal.valid())
|
||||
{
|
||||
png_options opts;
|
||||
handle_png_options(t,opts);
|
||||
save_as_png8_pal(stream, image, pal, opts);
|
||||
}
|
||||
else if (opts.paletted)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user