Sanitize calling sites of wDefaultsCheckDomains()

There is no point in having parameter in wDefaultsCheckDomains() and
not using it, so let's simply remove the parameter altogether and
avoid silly-looking things like

    wDefaultsCheckDomains("bla");
This commit is contained in:
Carlos R. Mafra
2009-08-18 16:20:18 +02:00
parent f4fd88b8a9
commit cb31fd374c
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1209,7 +1209,7 @@ wReadStaticDefaults(WMPropList *dict)
void
wDefaultsCheckDomains(void *foo)
wDefaultsCheckDomains(void)
{
WScreen *scr;
struct stat stbuf;