1
0
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:
Christophe CURIS
2013-11-15 18:46:41 +01:00
committed by Carlos R. Mafra
parent 4976d48b6f
commit 7491f5479b

View File

@@ -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);