Drop unused wAbort function from WPrefs.app.

This commit is contained in:
2025-10-23 14:46:56 -04:00
parent 32c40643c2
commit 7bded0055f
-8
View File
@@ -47,14 +47,6 @@ struct {
static pid_t DeadChildren[MAX_DEATHS];
static int DeadChildrenCount = 0;
static noreturn void wAbort(Bool foo)
{
/* Parameter not used, but tell the compiler that it is ok */
(void) foo;
exit(1);
}
static void print_help(const char *progname)
{
printf(_("usage: %s [options]\n"), progname);