mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 18:31:20 +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
3a81ad3b3b
commit
84cab6659c
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);
|
||||
}
|
||||
|
||||
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);
|
||||
return PNGRep;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue