From 3db012848d3f09c3ccf12598e79f98c2b8041d58 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 6 Mar 2013 13:36:58 +0000 Subject: [PATCH] disable notification module for mobile profiles...just no. --- config/mobile/e.src | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/mobile/e.src b/config/mobile/e.src index f95228f0f..a5756ea24 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -338,12 +338,6 @@ group "E_Config" struct { value "delayed" uchar: 1; value "priority" int: 0; } - group "E_Config_Module" struct { - value "name" string: "notification"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } group "E_Config_Module" struct { value "name" string: "conf"; value "enabled" uchar: 1;