[win] remove docs
authorMike McCormack <mj.mccormack@samsung.com>
Tue, 8 Nov 2011 02:37:36 +0000 (11:37 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Tue, 8 Nov 2011 02:37:36 +0000 (11:37 +0900)
src/lib/elm_win.c

index ef54bc2..1bbfdce 100644 (file)
@@ -1576,15 +1576,6 @@ elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type)
    return win->win_obj;
 }
 
-/**
- * Add @p subobj as a resize object of window @p obj. Note, do not move and
- * resize window and sub object at the same time. It will cause problem.
- *
- * @param obj The window object
- * @param subobj The resize object to add
- *
- * @ingroup Win
- */
 EAPI void
 elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj)
 {