popup: Remove unused variable.

int_ret was never used here. Looks like a copy and paste error.
This commit is contained in:
Stefan Schmidt 2014-07-18 12:00:52 +02:00
parent 9c3547f270
commit be06709712
1 changed files with 0 additions and 1 deletions

View File

@ -294,7 +294,6 @@ _elm_popup_elm_widget_theme_apply(Eo *obj, Elm_Popup_Data *sd)
unsigned int i = 0;
Eina_List *elist;
char buf[1024], style[1024];
Eina_Bool int_ret = EINA_FALSE;
_mirrored_set(obj, elm_widget_mirrored_get(obj));