mirror of
https://github.com/gryf/wmaker.git
synced 2026-08-23 20:21:51 +02:00
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:
+1
-1
@@ -46,7 +46,7 @@ void wDefaultUpdateIcons(WScreen *scr);
|
||||
|
||||
void wReadStaticDefaults(WMPropList *dict);
|
||||
|
||||
void wDefaultsCheckDomains(void *screen);
|
||||
void wDefaultsCheckDomains(void);
|
||||
|
||||
void wSaveDefaults(WScreen *scr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user