summaryrefslogtreecommitdiff
path: root/gtk/gtkcssanimatedstyle.c
diff options
context:
space:
mode:
authorMatt Watson <mattdangerw@gmail.com>2016-03-24 23:43:15 -0700
committerMatt Watson <mattdangerw@gmail.com>2016-04-08 16:09:30 -0700
commit2800b00e1d5d46f374d50c279eb16aebd521ca4e (patch)
treec66d0d755a89a6d7b0e9ba576d3bea86be263ac6 /gtk/gtkcssanimatedstyle.c
parent50e057e02541151a9de828dc7567042c00f499d1 (diff)
downloadgtk+-2800b00e1d5d46f374d50c279eb16aebd521ca4e.tar.gz
cssanimation: port to progress tracker
Diffstat (limited to 'gtk/gtkcssanimatedstyle.c')
-rw-r--r--gtk/gtkcssanimatedstyle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcssanimatedstyle.c b/gtk/gtkcssanimatedstyle.c
index e3a22604cc..f0246e91cf 100644
--- a/gtk/gtkcssanimatedstyle.c
+++ b/gtk/gtkcssanimatedstyle.c
@@ -369,7 +369,6 @@ gtk_css_animated_style_create_css_animations (GSList *animation
if (animation)
{
animation = _gtk_css_animation_copy (GTK_CSS_ANIMATION (animation),
- timestamp,
_gtk_css_play_state_value_get (_gtk_css_array_value_get_nth (play_states, i)));
}
else