summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/jpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jpeg.c b/src/jpeg.c
index 93d9df07..b99d0bc7 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -80,7 +80,6 @@ typedef struct DilloJpeg {
* Forward declarations
*/
static void Jpeg_write(DilloJpeg *jpeg, void *Buf, uint_t BufSize);
-METHODDEF(void) Jpeg_errorexit (j_common_ptr cinfo);
/* this is the routine called by libjpeg when it detects an error. */