From d7ac1cb362ab25d0ffe796f94ec60c63e6a42880 Mon Sep 17 00:00:00 2001 From: devilhorns Date: Sat, 23 Jul 2011 23:00:14 +0000 Subject: [PATCH] Edje: Add UNUSED where needed on the edje_entry obj. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@61621 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje_entry.c b/src/lib/edje_entry.c index 302e174..3480038 100644 --- a/src/lib/edje_entry.c +++ b/src/lib/edje_entry.c @@ -316,7 +316,7 @@ _curs_start(Evas_Textblock_Cursor *c, Evas_Object *o __UNUSED__, } static void -_curs_end(Evas_Textblock_Cursor *c, Evas_Object *o, Entry *en) +_curs_end(Evas_Textblock_Cursor *c, Evas_Object *o __UNUSED__, Entry *en __UNUSED__) { evas_textblock_cursor_paragraph_last(c); } -- 2.7.4