[win] remove docs
[framework/uifw/elementary.git] / 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)
 {