Removed obsolete code.

Adapted new dir_list.
Now pid and status for childs are reported directly via channel instead
storing (and locking) them in global variables.
This commit is contained in:
Sanel Zukan
2007-12-03 13:39:22 +00:00
parent 64683f504e
commit 8ff399f71e
8 changed files with 58 additions and 158 deletions

View File

@@ -168,5 +168,6 @@ bool Xsm::save_serialized(const char* file) {
setting_file.close();
edelib::xsettings_list_free(settings);
return true;
}