mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +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
@@ -226,7 +226,7 @@ RImage *RGetImageFromXPMData(RContext * context, char **data)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
RImage *RLoadXPM(RContext * context, char *file, int index)
|
||||
RImage *RLoadXPM(RContext * context, char *file)
|
||||
{
|
||||
RImage *image = NULL;
|
||||
char line[LINEWIDTH + 1];
|
||||
|
||||
Reference in New Issue
Block a user