summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2011-04-09 15:05:45 +0000
committerCarsten Haitzler <raster@rasterman.com>2011-04-09 15:05:45 +0000
commit23849d2c224ccbf0bf586e52f43f70536a82fc65 (patch)
tree2e221bafb2620773a0ad3095f46b062e6e7349d7 /config
parent9aa29fc77052e749ff10b4460b49bf695fea9aed (diff)
downloadenlightenment-23849d2c224ccbf0bf586e52f43f70536a82fc65.tar.gz
remover evry modules from std cfg - not there anymore.
SVN revision: 58527
Diffstat (limited to 'config')
-rw-r--r--config/standard/e.src48
1 files changed, 0 insertions, 48 deletions
diff --git a/config/standard/e.src b/config/standard/e.src
index c9712d760f..0361153e6f 100644
--- a/config/standard/e.src
+++ b/config/standard/e.src
@@ -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";