[devel] Removed obsolete comments about WindowsCE not having time.h

This commit is contained in:
Glenn Randers-Pehrson 2009-11-01 06:59:27 -06:00
parent 418783e760
commit 34a2ebdc4f
2 changed files with 0 additions and 2 deletions

View File

@ -1026,7 +1026,6 @@
/* Need the time information for reading tIME chunks */
#ifdef PNG_tIME_SUPPORTED
/* "time.h" functions are not supported on WindowsCE */
# include <time.h>
#endif

View File

@ -421,7 +421,6 @@ png_write_end(png_structp png_ptr, png_infop info_ptr)
}
#ifdef PNG_WRITE_tIME_SUPPORTED
/* "time.h" functions are not supported on WindowsCE */
void PNGAPI
png_convert_from_struct_tm(png_timep ptime, struct tm FAR * ttime)
{