Remove DEBUG statements, #if 0 etc

...and some other cleanups.
This commit is contained in:
Carlos R. Mafra
2010-03-20 18:42:56 +01:00
parent cef4fbb422
commit 5178465bb6
21 changed files with 34 additions and 576 deletions
-3
View File
@@ -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)) {
/*