hermet pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=405d30617ab418c56cc858dc818ab9198ff5ee3b
commit 405d30617ab418c56cc858dc818ab9198ff5ee3b Author: ChunEon Park <[email protected]> Date: Fri Nov 28 20:33:49 2014 +0900 evas/map: remove old comments. It's been so long. even SLP is not a valid name anymore. No idea whether the problem still exist or not. If it is then it should be reported and fixed. --- src/lib/evas/canvas/evas_map.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/evas/canvas/evas_map.c b/src/lib/evas/canvas/evas_map.c index 90c236b..f0a18ac 100644 --- a/src/lib/evas/canvas/evas_map.c +++ b/src/lib/evas/canvas/evas_map.c @@ -40,8 +40,6 @@ _evas_map_calc_map_geometry(Evas_Object *eo_obj) Evas_Object_Protected_Data *obj = eo_data_scope_get(eo_obj, EVAS_OBJECT_CLASS); if (!obj) return; if (!obj->map->cur.map) return; - // WARN: Do not merge below code to SLP until it is fixed. - // It has an infinite loop bug. if (obj->map->prev.map) { if (obj->map->prev.map != obj->map->cur.map) --
