e widget entry: fix the compilation warning

src/bin/e_widget_entry.c:269:16: warning:
unused variable ‘text’ [-Wunused-variable]
This commit is contained in:
Amitesh Singh 2017-07-08 22:23:22 +09:00
parent ac8a9fc2f0
commit b88059b91a
1 changed files with 0 additions and 1 deletions

View File

@ -266,7 +266,6 @@ _e_wid_changed_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EIN
{
Evas_Object *entry;
E_Widget_Data *wd;
const char *text;
char *tmp;
if (!(entry = data) || (!(wd = e_widget_data_get(entry))))