rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=6fe649e65a97272eb03cddd47ccef00245c8310b

commit 6fe649e65a97272eb03cddd47ccef00245c8310b
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed May 11 13:34:10 2016 +0300

    modal_window: delete extra symbol
    
    Change-Id: Iaeaae3988af6b8be5e38689ec8f912e3b516aa94
---
 src/bin/ui/modal_window/modal_window.h | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/bin/ui/modal_window/modal_window.h 
b/src/bin/ui/modal_window/modal_window.h
index 7887de4..6f2ce28 100644
--- a/src/bin/ui/modal_window/modal_window.h
+++ b/src/bin/ui/modal_window/modal_window.h
@@ -83,20 +83,6 @@ mw_title_set(Evas_Object *object, const char *title);
 Eina_Bool
 mw_icon_set(Evas_Object *object, Evas_Object *icon);
 
-/**
- * Set the info text to a modal window.
- *
- * This set an info text tobe used as the help info for the given window.
- *
- * @param object The modal window object to set an info.
- * @param text The text to use for an info.
- * @return EINA_FALSE on error, EINA_TRUE otherwise
- *
- * @ingroup ModalWindow
- */
-Eina_Bool
-mw_info_text_set(Evas_Object *object, const char *text);
-
 void
 mw_del(Evas_Object *mw);
 

-- 


Reply via email to