From 36e807aaeef669fe7961fdaa2b862cfb81a4600d Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 12 Sep 2012 07:29:41 +0000 Subject: [PATCH] E: We don't need to run this comparison twice. SVN revision: 76496 --- src/bin/e_layout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_layout.c b/src/bin/e_layout.c index f64fa0129..837100da5 100644 --- a/src/bin/e_layout.c +++ b/src/bin/e_layout.c @@ -422,7 +422,6 @@ _e_layout_smart_move(Evas_Object *obj, Evas_Coord x, Evas_Coord y) sd = evas_object_smart_data_get(obj); if (!sd) return; - if ((x == sd->x) && (y == sd->y)) return; if ((x == sd->x) && (y == sd->y)) return; { Eina_List *l;