1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Compiler diet.

Don't feed the compiler.  RelaunchWindow() is declared to return Bool so
Bool it shall proudly return.
This commit is contained in:
Iain Patterson
2012-04-10 10:43:58 +01:00
committed by Carlos R. Mafra
parent 0601e0f002
commit bca60318ca

View File

@@ -456,10 +456,8 @@ Bool RelaunchWindow(WWindow *wwin)
wAddDeathHandler(pid, (WDeathHandler *) shellCommandHandler, data);
XFreeStringList(argv);
return True;
}
/* compiler food */
return True;
}