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-12-30 18:11:05 +00:00
committed by Carlos R. Mafra
parent 4976d48b6f
commit 7491f5479b
-6
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);