diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2014-11-28 20:33:49 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2014-11-28 20:36:38 +0900 |
commit | 405d30617ab418c56cc858dc818ab9198ff5ee3b (patch) | |
tree | 209aba875251f074212c1a40ca2b26b609a4fdd8 /src/lib/evas/canvas | |
parent | 8669ab8a98ac36db6c228bcc1bb4688c25d1dccc (diff) |
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.
Diffstat (limited to 'src/lib/evas/canvas')
-rw-r--r-- | src/lib/evas/canvas/evas_map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/evas/canvas/evas_map.c b/src/lib/evas/canvas/evas_map.c index 90c236b4b3..f0a18ac5f7 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) | |||
40 | Evas_Object_Protected_Data *obj = eo_data_scope_get(eo_obj, EVAS_OBJECT_CLASS); | 40 | Evas_Object_Protected_Data *obj = eo_data_scope_get(eo_obj, EVAS_OBJECT_CLASS); |
41 | if (!obj) return; | 41 | if (!obj) return; |
42 | if (!obj->map->cur.map) return; | 42 | if (!obj->map->cur.map) return; |
43 | // WARN: Do not merge below code to SLP until it is fixed. | ||
44 | // It has an infinite loop bug. | ||
45 | if (obj->map->prev.map) | 43 | if (obj->map->prev.map) |
46 | { | 44 | { |
47 | if (obj->map->prev.map != obj->map->cur.map) | 45 | if (obj->map->prev.map != obj->map->cur.map) |