remover evry modules from std cfg - not there anymore.

SVN revision: 58527
This commit is contained in:
Carsten Haitzler 2011-04-09 15:05:45 +00:00
parent 9aa29fc770
commit 23849d2c22
1 changed files with 0 additions and 48 deletions

View File

@ -408,54 +408,6 @@ group "E_Config" struct {
value "priority" int: -1000;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "everything-files";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "everything-apps";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "everything-calc";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "everything-aspell";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "everything-settings";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "modules" list {
group "E_Config_Module" struct {
value "name" string: "everything-windows";
value "enabled" uchar: 1;
value "delayed" uchar: 1;
value "priority" int: 0;
}
}
group "themes" list {
group "E_Config_Theme" struct {
value "category" string: "theme";