From eb00f0f08c7fad272e218d4881888181fee2c1f8 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Tue, 8 Nov 2011 11:37:36 +0900 Subject: [PATCH] [win] remove docs --- src/lib/elm_win.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index ef54bc2..1bbfdce 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -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) { -- 2.7.4