summaryrefslogtreecommitdiff
path: root/gtk/gtkstack.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-10-09 18:26:34 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-10-09 18:29:41 -0400
commitee8b3efbcfa8f40cb18380f34325b197c5df2825 (patch)
tree92ba8e4b0ae7a9da1b80e76995582ee6d0139460 /gtk/gtkstack.c
parentddb4034e8e9932c4b01f75b5543759af81138c4a (diff)
downloadgtk+-ee8b3efbcfa8f40cb18380f34325b197c5df2825.tar.gz
stack: Remove some confusing whitespace
Diffstat (limited to 'gtk/gtkstack.c')
-rw-r--r--gtk/gtkstack.c1
1 files changed, 0 insertions, 1 deletions
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));
}