E: We don't need to run this comparison twice.

SVN revision: 76496
This commit is contained in:
Christopher Michael 2012-09-12 07:29:41 +00:00
parent 4337d5cea5
commit 36e807aaee
1 changed files with 0 additions and 1 deletions

View File

@ -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;