mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Remove DEBUG statements, #if 0 etc
...and some other cleanups.
This commit is contained in:
@@ -1070,9 +1070,6 @@ void wReadDefaults(WScreen * scr, WMPropList * new_dict)
|
||||
}
|
||||
|
||||
if (plvalue) {
|
||||
#ifdef DEBUG
|
||||
printf("Updating %s to %s\n", entry->key, WMGetPropListDescription(plvalue, False));
|
||||
#endif
|
||||
/* convert data */
|
||||
if ((*entry->convert) (scr, entry, plvalue, entry->addr, &tdata)) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user