evas/map: remove old comments.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 28 Nov 2014 11:33:49 +0000 (20:33 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 28 Nov 2014 11:36:38 +0000 (20:36 +0900)
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

index 90c236b..f0a18ac 100644 (file)
@@ -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)