From ee8b3efbcfa8f40cb18380f34325b197c5df2825 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Wed, 9 Oct 2013 18:26:34 -0400 Subject: [PATCH] stack: Remove some confusing whitespace --- gtk/gtkstack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index eb2afd5de1..fd3ac8fe3d 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -684,7 +684,6 @@ get_bin_window_x (GtkStack *stack, x = allocation->width * (1 - ease_out_cubic (priv->transition_pos)); if (priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_SLIDE_RIGHT || priv->active_transition_type == GTK_STACK_TRANSITION_TYPE_OVER_RIGHT) - x = -allocation->width * (1 - ease_out_cubic (priv->transition_pos)); }