summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/efl_animation_rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evas/canvas/efl_animation_rotate.c')
-rw-r--r--src/lib/evas/canvas/efl_animation_rotate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/evas/canvas/efl_animation_rotate.c b/src/lib/evas/canvas/efl_animation_rotate.c
index 4eab62cd8f..6513f532c5 100644
--- a/src/lib/evas/canvas/efl_animation_rotate.c
+++ b/src/lib/evas/canvas/efl_animation_rotate.c
@@ -184,9 +184,6 @@ _efl_animation_rotate_efl_animation_duration_set(Eo *eo_obj,
//For a single animation, duration should be equal to or bigger than 0.0.
if (duration < 0.0) return;
- //For a single animation, total duration is the same as duration.
- efl_animation_total_duration_set(eo_obj, duration);
-
efl_animation_duration_set(efl_super(eo_obj, MY_CLASS), duration);
}