Tizen 2.4.0 rev3 SDK Public Release tizen_2.4
authorjk7744.park <jk7744.park@samsung.com>
Wed, 24 Feb 2016 09:38:22 +0000 (18:38 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Wed, 24 Feb 2016 09:38:22 +0000 (18:38 +0900)
src/voice_control_panel_vc.c

index c6b1569..1754350 100644 (file)
@@ -408,11 +408,6 @@ static void __vc_panel_vc_language_changed_cb(const char* previous, const char*
        snprintf(loc, 64, "%s.UTF-8", current);
 
        setlocale(LC_ALL, loc);
-
-       __vc_panel_vc_destroy_command_list();
-       if (0 != __vc_panel_vc_create_command_list()) {
-               LOGE("[ERROR] Fail to create command list");
-       }
 }
 
 int vc_panel_vc_start(void *data)