From 842286d6e4cd6bb5cd64fca09d15f96538d08ee1 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 5 Mar 2012 12:54:00 +0000 Subject: [PATCH] oops and remove from other .h SVN revision: 68713 --- legacy/elementary/src/lib/elm_conform.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/legacy/elementary/src/lib/elm_conform.h b/legacy/elementary/src/lib/elm_conform.h index 2be6cff52d..3daf72a3e6 100644 --- a/legacy/elementary/src/lib/elm_conform.h +++ b/legacy/elementary/src/lib/elm_conform.h @@ -44,17 +44,6 @@ */ EAPI Evas_Object *elm_conformant_add(Evas_Object *parent); -/** - * Returns the Evas_Object that represents the content area. - * - * @param obj The conformant object. - * @return The content area of the widget. - * - * @ingroup Conformant - */ -// XXX: why is this API needed? use elm_object_content_get() instead?? -EAPI Evas_Object *elm_conformant_content_area_get(const Evas_Object *obj); - /** * @} */