do not check null for ic. it was already checked 21/33621/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 1 Oct 2014 11:03:19 +0000 (20:03 +0900)
committerLi Zhang <li2012.zhang@samsung.com>
Tue, 13 Jan 2015 10:06:10 +0000 (18:06 +0800)
Change-Id: If2ff6f4e8e8969aa30cc2c28f3d3a814933c0df7

ism/extras/efl_immodule/isf_imf_context.cpp

index aff21d0..9faf389 100644 (file)
@@ -3590,7 +3590,7 @@ open_specific_factory (EcoreIMFContextISF *ic,
 
         // turn_off_ic comment out panel_req_update_factory_info ()
         //turn_off_ic (ic);
-        if (ic && ic->impl->is_on) {
+        if (ic->impl->is_on) {
             ic->impl->is_on = false;
 
             if (ic == _focused_ic) {