aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gif.c12
-rw-r--r--src/jpeg.c1
-rw-r--r--src/misc.c1
-rw-r--r--src/url.c1
-rw-r--r--src/url.h1
5 files changed, 0 insertions, 16 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)
diff --git a/src/jpeg.c b/src/jpeg.c
index 262a1346..a6af3a2b 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -1,7 +1,6 @@
/*
* File: jpeg.c
*
- * Copyright (C) 1997 Raph Levien <raph@acm.org>
* Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/misc.c b/src/misc.c
index 9ba8c9b9..14d6edc1 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,7 +1,6 @@
/*
* File: misc.c
*
- * Copyright (C) 2000 Jörgen Viksell <vsksga@hotmail.com>
* Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>,
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/url.c b/src/url.c
index acc8aa72..ae1f131b 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1,7 +1,6 @@
/*
* File: url.c
*
- * Copyright (C) 2001 Livio Baldini Soares <livio@linux.ime.usp.br>
* Copyright (C) 2001-2009 Jorge Arellano Cid <jcid@dillo.org>
*
* This program is free software; you can redistribute it and/or modify
diff --git a/src/url.h b/src/url.h
index 503eec60..5688287a 100644
--- a/src/url.h
+++ b/src/url.h
@@ -2,7 +2,6 @@
* File : url.h - Dillo
*
* Copyright (C) 2001 Jorge Arellano Cid <jcid@dillo.org>
- * 2001 Livio Baldini Soares <livio@linux.ime.usp.br>
*
* Parse and normalize all URL's inside Dillo.
*/