summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2014-10-17 19:42:43 +0900
committerChunEon Park <hermet@hermet.pe.kr>2014-10-17 19:42:43 +0900
commitc3c627c7f108fca0e8e27840fa0e94eb688dbd0d (patch)
treeaba771c3f5a2717aeb425ed4fb74f44d9466ed81
parent5c7494861802cb15799c65241614ce900698d35f (diff)
downloadelementary-c3c627c7f108fca0e8e27840fa0e94eb688dbd0d.tar.gz
mapbuf: updated doc.
it's been under stablization for a long time and only "movement" is proved in performance improvement.
-rw-r--r--src/lib/elm_mapbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_mapbuf.h b/src/lib/elm_mapbuf.h
index 2bc77aa0d..b2ef299a9 100644
--- a/src/lib/elm_mapbuf.h
+++ b/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