From 37c850bba7baa8223c23d2ac4a78a03370e5e0d3 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Fri, 17 Oct 2014 19:42:43 +0900 Subject: [PATCH] mapbuf: updated doc. it's been under stablization for a long time and only "movement" is proved in performance improvement. --- legacy/elementary/src/lib/elm_mapbuf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_mapbuf.h b/legacy/elementary/src/lib/elm_mapbuf.h index 2bc77aa0dd..b2ef299a99 100644 --- a/legacy/elementary/src/lib/elm_mapbuf.h +++ b/legacy/elementary/src/lib/elm_mapbuf.h @@ -10,9 +10,9 @@ * * This holds one content object and uses an Evas Map of transformation * points to be later used with this content. So the content will be - * moved, resized, etc as a single image. So it will improve performance + * moved as a single image. So it will improve performance * when you have a complex interface, with a lot of elements, and will - * need to resize or move it frequently (the content object and its + * need to move it frequently (the content object and its * children). * * This widget inherits from @ref elm-container-class, so that the