mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 21:04:18 +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
@@ -37,7 +37,7 @@ static int InterlacedJumps[] = { 8, 8, 4, 2 };
|
||||
/*
|
||||
* Partially based on code in gif2rgb from giflib, by Gershon Elber.
|
||||
*/
|
||||
RImage *RLoadGIF(RContext * context, char *file, int index)
|
||||
RImage *RLoadGIF(char *file, int index)
|
||||
{
|
||||
RImage *image = NULL;
|
||||
unsigned char *cptr;
|
||||
|
||||
Reference in New Issue
Block a user