remove dead store here

SVN revision: 64877
This commit is contained in:
Mike Blumenkrantz 2011-11-07 22:14:27 +00:00
parent 970335809a
commit f50d13d49d
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ _e_dialog_internal_new(E_Container *con, const char *name, const char *class, in
kg = evas_object_key_grab(o, "KP_Enter", mask, ~mask, 0);
if (!kg)
fprintf(stderr,"ERROR: unable to redirect \"KP_Enter\" key events to object %p.\n", o);
mask = 0;
evas_object_event_callback_add(o, EVAS_CALLBACK_KEY_DOWN, _e_dialog_cb_key_down, dia);