diff --git a/src/examples/edje/animations.edc b/src/examples/edje/animations.edc index f25296fdb2..cfb5de09f7 100644 --- a/src/examples/edje/animations.edc +++ b/src/examples/edje/animations.edc @@ -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";