From bca60318cab5ff9f01186c183696332e351b8d19 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 10 Apr 2012 10:43:58 +0100 Subject: [PATCH] Compiler diet. Don't feed the compiler. RelaunchWindow() is declared to return Bool so Bool it shall proudly return. --- src/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.c b/src/main.c index 0cda851a..36f5a1e1 100644 --- a/src/main.c +++ b/src/main.c @@ -456,10 +456,8 @@ Bool RelaunchWindow(WWindow *wwin) wAddDeathHandler(pid, (WDeathHandler *) shellCommandHandler, data); XFreeStringList(argv); - return True; } - /* compiler food */ return True; }