remove unusabel document
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Mar 2012 06:53:54 +0000 (06:53 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 14 Mar 2012 06:53:54 +0000 (06:53 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69318 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_map.h

index 03e827f..97fb96c 100644 (file)
@@ -1225,11 +1225,10 @@ EAPI const char           *elm_map_source_get(const Evas_Object *obj, Elm_Map_So
  * of #ELM_MAP_ROUTE_METHOD_SHORTEST or #ELM_MAP_ROUTE_METHOD_FASTEST.
  *
  * Routes created with this method can be deleted with
- * elm_map_route_remove(), colored with elm_map_route_color_set(),
+ * elm_map_route_remove(), 
  * and distance can be get with elm_map_route_distance_get().
  *
  * @see elm_map_route_remove()
- * @see elm_map_route_color_set()
  * @see elm_map_route_distance_get()
  * @see elm_map_source_set()
  *