dont reset mapbuf all the time!

SVN revision: 45622
This commit is contained in:
Carsten Haitzler 2010-01-27 06:20:12 +00:00
parent 750533f751
commit 4c7d60f86c
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ _mapbuf(Evas_Object *obj)
Evas_Map *m;
Evas_Coord cx, cy, cz, px, py, foc;
evas_object_map_set(wd->content, NULL);
evas_object_map_enable_set(wd->content, 0);
m = evas_map_new(4);
evas_map_util_points_populate_from_geometry(m, x, y, w, h, 0);
evas_map_smooth_set(m, wd->smooth);