Edje: Add UNUSED where needed on the edje_entry obj.
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 23 Jul 2011 23:00:14 +0000 (23:00 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 23 Jul 2011 23:00:14 +0000 (23:00 +0000)
SVN revision: 61621

legacy/edje/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);
 }