mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
util: Removed unused procedure that caused a compilation warning
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
4976d48b6f
commit
7491f5479b
@@ -1125,12 +1125,6 @@ static char *getFullPixmapPath(const char *file)
|
||||
return wstrdup(file);
|
||||
}
|
||||
|
||||
void wAbort(void)
|
||||
{
|
||||
wfatal("aborting");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
static void print_help(void)
|
||||
{
|
||||
printf("Usage: %s [options] [image]\n", __progname);
|
||||
|
||||
Reference in New Issue
Block a user