From 87a4f97d8975f53b3399ebdf0dea4c3244e458a3 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sat, 7 Dec 2013 19:25:27 +0900 Subject: [PATCH] label: removed unimplemented API documentation. Thanks kuuko for the report. --- src/lib/elm_label_legacy.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/lib/elm_label_legacy.h b/src/lib/elm_label_legacy.h index 6890a04..b3222b8 100644 --- a/src/lib/elm_label_legacy.h +++ b/src/lib/elm_label_legacy.h @@ -9,17 +9,6 @@ EAPI Evas_Object *elm_label_add(Evas_Object *parent); /** - * @brief Slide only if the - * - * @param obj The label object - * @param duration The duration in seconds in moving text from slide begin position - * to slide end position - * - * @ingroup Label - */ -EAPI void elm_label_slide_area_limit_set(Evas_Object *obj, Eina_Bool limit); - -/** * @brief Set the wrapping behavior of the label * * @param obj The label object -- 2.7.4