From fabb16dc8dc53a616ab6927ab9be7a1105930eb9 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 Dec 2012 09:20:30 +0000 Subject: [PATCH] Remove cloned signals from main monitor. Signed-off-by: Christopher Michael SVN revision: 81098 --- data/themes/edc/randr.edc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc index db5b6b6f2..47267713a 100644 --- a/data/themes/edc/randr.edc +++ b/data/themes/edc/randr.edc @@ -16,18 +16,6 @@ group { name: "e/conf/randr/main/monitor"; } } } - programs { - program { - signal: "e,state,cloned"; source: "e"; - action: STATE_SET "cloned" 0.0; - target: "e.swallow.stand"; - } - program { - signal: "e,state,uncloned"; source: "e"; - action: STATE_SET "default" 0.0; - target: "e.swallow.stand"; - } - } } group { name: "e/conf/randr/main/frame";