edje example edc - remove misleading signals that aren't used

This commit is contained in:
Carsten Haitzler 2019-04-10 11:16:05 +01:00
parent 8ef6c422af
commit d9d0a6cc57
1 changed files with 0 additions and 4 deletions

View File

@ -68,8 +68,6 @@ collections {
}
program {
name: "animation,state1";
signal: "animation,start";
source: "";
in: 1.0 0.0;
action: STATE_SET "invert" 1.0;
target: "part_one";
@ -80,8 +78,6 @@ collections {
}
program {
name: "animation,state2";
signal: "animation,start";
source: "";
in: 1.0 0.0;
action: STATE_SET "default" 0.0;
target: "part_one";