ecore-imf - remove usueless checks for context - CID 1351451

useless checks for ic in code. fix
This commit is contained in:
Carsten Haitzler 2016-07-24 18:39:16 +09:00
parent 8c9adcb616
commit b94a7b5cb4
1 changed files with 2 additions and 2 deletions

View File

@ -1413,8 +1413,8 @@ panel_slot_process_helper_event(int context, const String &target_uuid, const St
EINA_SAFETY_ON_NULL_RETURN(ic->impl);
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << " context=" << context << " target=" << target_uuid
<< " helper=" << helper_uuid << " ic=" << ic << " ic->impl=" << (ic ? ic->impl : 0) << " ic-uuid="
<< ((ic && ic->impl) ? ic->impl->si->get_factory_uuid() : "" ) << "\n";
<< " helper=" << helper_uuid << " ic=" << ic << " ic->impl=" << ic->impl << " ic-uuid="
<< (ic->impl ? ic->impl->si->get_factory_uuid() : "" ) << "\n";
if (ic->impl->si->get_factory_uuid() == target_uuid)
{