From ea8715ca9291193a867143de1e0ed85c61f7bc45 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 May 2016 07:16:27 +0200 Subject: [PATCH] (RJPEG) Cleanup --- libretro-common/formats/jpeg/rjpeg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libretro-common/formats/jpeg/rjpeg.c b/libretro-common/formats/jpeg/rjpeg.c index 8a96a3a651..4d43a66c76 100644 --- a/libretro-common/formats/jpeg/rjpeg.c +++ b/libretro-common/formats/jpeg/rjpeg.c @@ -183,10 +183,8 @@ static void rjpeg__rewind(rjpeg__context *s) s->img_buffer = s->img_buffer_original; } -#ifndef RJPEG_NO_JPEG static int rjpeg__jpeg_test(rjpeg__context *s); static uint8_t *rjpeg__jpeg_load(rjpeg__context *s, int *x, int *y, int *comp, int req_comp); -#endif /* this is not threadsafe */ static const char *rjpeg__g_failure_reason;