entry: Remove unused variable.

This commit is contained in:
Amitesh Singh 2015-07-03 15:57:39 +05:30
parent 514f1a954b
commit 78b759454d
1 changed files with 0 additions and 2 deletions

View File

@ -3843,8 +3843,6 @@ elm_entry_entry_get(const Evas_Object *obj)
EOLIAN static void
_elm_entry_entry_append(Eo *obj EINA_UNUSED, Elm_Entry_Data *sd, const char *entry)
{
int len = 0;
if (!entry) entry = "";
sd->changed = EINA_TRUE;