diff options
Diffstat (limited to 'gdk-pixbuf/io-jpeg.c')
-rw-r--r-- | gdk-pixbuf/io-jpeg.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gdk-pixbuf/io-jpeg.c b/gdk-pixbuf/io-jpeg.c index a2b3b7769..9e7aed247 100644 --- a/gdk-pixbuf/io-jpeg.c +++ b/gdk-pixbuf/io-jpeg.c @@ -26,21 +26,6 @@ */ -/* - Progressive file loading notes (11/03/1999) <drmike@redhat.com>... - - These are issues I know of and will be dealing with shortly: - - - Currently does not handle progressive jpegs - this - requires a change in the way image_load_increment () calls - libjpeg. Progressive jpegs are rarer but I will add this - support asap. - - - error handling is not as good as it should be - - */ - - #include <config.h> #include <stdio.h> #include <stdlib.h> |