mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Tidy
- Kill unused vars in wrlib - Add missing initializers to defaults.c:staticOptionList - Re-format it slightly - Kill some dead code - Kill stupid "if (const op var)"
This commit is contained in:
committed by
Carlos R. Mafra
parent
79e1bb53d3
commit
241e66ff0a
@@ -89,7 +89,7 @@ static void my_error_exit(j_common_ptr cinfo)
|
||||
longjmp(myerr->setjmp_buffer, 1);
|
||||
}
|
||||
|
||||
RImage *RLoadJPEG(RContext * context, char *file_name, int index)
|
||||
RImage *RLoadJPEG(RContext * context, char *file_name)
|
||||
{
|
||||
RImage *image = NULL;
|
||||
struct jpeg_decompress_struct cinfo;
|
||||
|
||||
Reference in New Issue
Block a user