Oops, remove old "mini clone" attempt.
authorChristopher Michael <cp.michael@samsung.com>
Mon, 17 Dec 2012 09:20:01 +0000 (09:20 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 17 Dec 2012 09:20:01 +0000 (09:20 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81092

data/themes/edc/randr.edc

index 891ceeb..14dfe54 100644 (file)
@@ -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;
-         }
-      }
-   }
-}