elm_entry.c: removed unnecessary line.

This commit is contained in:
Daniel Juyung Seo 2013-07-03 13:11:32 +09:00
parent 19cec53fff
commit 758d01ef99
1 changed files with 0 additions and 1 deletions

View File

@ -2130,7 +2130,6 @@ _entry_anchor_clicked_signal_cb(void *data,
if (!sd->disabled)
{
evas_object_smart_callback_call(data, SIG_ANCHOR_CLICKED, &ei);
_entry_hover_anchor_clicked_do(data, &ei);
}
}