From b12bba6b868b7ea06a9160a0526069de793b7216 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 Dec 2012 09:20:01 +0000 Subject: [PATCH] Oops, remove old "mini clone" attempt. Signed-off-by: Christopher Michael SVN revision: 81092 --- data/themes/edc/randr.edc | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/data/themes/edc/randr.edc b/data/themes/edc/randr.edc index 891ceeb45..14dfe5419 100644 --- a/data/themes/edc/randr.edc +++ b/data/themes/edc/randr.edc @@ -596,36 +596,3 @@ group { name: "e/conf/randr/main/stand"; } } } - -group { name: "e/conf/randr/main/clone"; - images.image: "screen_bg.png" COMP; - images.image: "screen_fg.png" COMP; - images.image: "shine.png" COMP; - parts { - part { name: "base"; - description { state: "default" 0.0; - image.normal: "screen_bg.png"; - image.border: 4 4 4 4; - } - } - part { name: "e.swallow.preview"; type: SWALLOW; - clip_to: "clip"; - description { state: "default" 0.0; - rel1.offset: 5 5; - rel2.offset: -6 -11; - } - } - part { name: "clip"; type: RECT; - description { state: "default" 0.0; - rel1.to: "e.swallow.preview"; - rel2.to: "e.swallow.preview"; - } - } - part { name: "shine"; mouse_events: 0; - description { state: "default" 0.0; - image.normal: "screen_fg.png"; - image.border: 4 4 4 4; - } - } - } -}