[project @ 2004-03-23 22:51:45 by bursa]

Remove unused nsjpeg_init().

svn path=/import/netsurf/; revision=657
This commit is contained in:
James Bursa 2004-03-23 22:51:45 +00:00
parent 31e521a02e
commit edbc58e53a

View File

@ -57,9 +57,6 @@ void netsurf_init(int argc, char** argv)
fetch_init();
cache_init();
fetchcache_init();
#ifdef WITH_JPEG
nsjpeg_init();
#endif
#ifdef WITH_PNG
nspng_init();
#endif