Who removed the second signal and left the now useless comment?

SVN revision: 61862
This commit is contained in:
Iván Briano 2011-07-28 14:59:15 +00:00
parent d7ebb65def
commit d6012c0118
1 changed files with 0 additions and 1 deletions

View File

@ -374,7 +374,6 @@ _elm_win_focus_in(Ecore_Evas *ee)
if (!obj) return;
win = elm_widget_data_get(obj);
if (!win) return;
/*NB: Why two different "focus signals" here ??? */
evas_object_smart_callback_call(win->win_obj, SIG_FOCUS_IN, NULL);
win->focus_highlight.cur.visible = EINA_TRUE;
_elm_win_focus_highlight_reconfigure_job_start(win);