summaryrefslogtreecommitdiff
path: root/src/gif.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2010-08-29 21:58:07 -0400
committerJorge Arellano Cid <jcid@dillo.org>2010-08-29 21:58:07 -0400
commit6734ea00426cc35bf360f8eb1efd4f6ea1063d8b (patch)
tree5f347551e1c73de3291a33e2c4bd0c44c3ca3c3a /src/gif.c
parentc61bde84c0dc48f52fdba5da5bf225a243cfce1a (diff)
Removed some obsolete copyright notices that lingered after rewrites.
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gif.c b/src/gif.c
index 3df83d20..50c68960 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -351,8 +351,6 @@ static size_t Gif_do_extension(DilloGif *gif, uint_t Label,
return Gif_data_blocks(buf, BSize);
case Txt_Ext: /* Plain text Extension */
- /* This extension allows (rcm thinks) the image to be rendered as text.
- */
case App_Ext: /* Application Extension */
default:
return Gif_do_generic_ext(buf, BSize); /*Ignore Extension */
@@ -428,16 +426,6 @@ static void Gif_emit_line(DilloGif *gif, const uchar_t *linebuf)
}
/*
- * I apologize for the large size of this routine and the goto error
- * construct - I almost _never_ do that. I offer the excuse of
- * optimizing for speed.
- *
- * RCM -- busted these down into smaller subroutines... still very hard to
- * read.
- */
-
-
-/*
* Decode the packetized lwz bytes
*/
static void Gif_literal(DilloGif *gif, uint_t code)