summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/efl_animation_translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evas/canvas/efl_animation_translate.c')
-rw-r--r--src/lib/evas/canvas/efl_animation_translate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/evas/canvas/efl_animation_translate.c b/src/lib/evas/canvas/efl_animation_translate.c
index ded47bc844..08e971de7b 100644
--- a/src/lib/evas/canvas/efl_animation_translate.c
+++ b/src/lib/evas/canvas/efl_animation_translate.c
@@ -152,9 +152,6 @@ _efl_animation_translate_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);
}