Edje: Add UNUSED where needed on the edje_entry obj.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Jul 2011 23:00:14 +0000 (23:00 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 23 Jul 2011 23:00:14 +0000 (23:00 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@61621 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_entry.c

index 302e174..3480038 100644 (file)
@@ -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);
 }