Removed context argument in jpeg files

The context argumetn is now not used, so can be removed.
This commit is contained in:
Rodolfo García Peñas (kix)
2013-09-05 22:44:36 +01:00
committed by Carlos R. Mafra
parent d1f9b80171
commit 82aea844d0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ RImage *RLoadPNG(RContext *context, const char *file);
#endif
#ifdef USE_JPEG
RImage *RLoadJPEG(RContext *context, const char *file);
RImage *RLoadJPEG(const char *file);
#endif
#ifdef USE_GIF