Edje: Add UNUSED where needed on the edje_entry obj.

SVN revision: 61621
This commit is contained in:
Christopher Michael 2011-07-23 23:00:14 +00:00
parent 08aedd264a
commit 6d6fe5aca0
1 changed files with 1 additions and 1 deletions

View 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);
}