diff --git a/src/st/st-theme-node-transition.c b/src/st/st-theme-node-transition.c index 2dff2fd82..78be9667c 100644 --- a/src/st/st-theme-node-transition.c +++ b/src/st/st-theme-node-transition.c @@ -282,7 +282,6 @@ st_theme_node_transition_paint (StThemeNodeTransition *transition, { StThemeNodeTransitionPrivate *priv = transition->priv; - guint width, height; CoglColor constant; float tex_coords[] = { 0.0, 0.0, 1.0, 1.0, @@ -307,9 +306,6 @@ st_theme_node_transition_paint (StThemeNodeTransition *transition, paint_opacity); } - width = cogl_texture_get_width (priv->old_texture); - height = cogl_texture_get_height (priv->old_texture); - cogl_color_set_from_4ub (&constant, 0, 0, 0, clutter_alpha_get_alpha (priv->alpha) * paint_opacity);