mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-28 10:00:41 +00:00
Remove PNG is experimental log
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29693 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6f8e27681
commit
bcfbfe9fe8
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ static void writer_func(png_structp png_struct, png_bytep data,
|
||||||
png_write_png(png_struct, png_info, transforms, NULL);
|
png_write_png(png_struct, png_info, transforms, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
NSLog(@"PNG representation is experimental: %i bytes written", [PNGRep length]);
|
//NSLog(@"PNG representation is experimental: %i bytes written", [PNGRep length]);
|
||||||
png_destroy_write_struct(&png_struct, &png_info);
|
png_destroy_write_struct(&png_struct, &png_info);
|
||||||
return PNGRep;
|
return PNGRep;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue