Oops, remove old "mini clone" attempt.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81092
This commit is contained in:
Christopher Michael 2012-12-17 09:20:01 +00:00 committed by Christopher Michael
parent 7a22a82eb7
commit b12bba6b86
1 changed files with 0 additions and 33 deletions

View 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;
}
}
}
}