Remove unused function 42/216042/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 18 Oct 2019 11:56:25 +0000 (20:56 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 18 Oct 2019 11:56:25 +0000 (20:56 +0900)
Change-Id: I69c58da17fab5434c8350a6508acdbce6dc3e6ab

client/ma.c

index c5b0cf431a224f68bea39f09e5753b3c2bb2aaf4..ae5ff0bb87cb9ce9cd69d8e2368cea9eff4d2cb6 100644 (file)
@@ -1638,18 +1638,6 @@ int ma_assistant_info_get_enabled_status(ma_assistant_info_h handle, bool* statu
        return MA_ERROR_NONE;
 }
 
-int ma_assistant_info_get_name(ma_assistant_info_h handle, char** name) {
-       if (0 != __ma_get_feature_enabled()) {
-               return MA_ERROR_NOT_SUPPORTED;
-       }
-
-       if (NULL == handle || NULL == name)
-               return MA_ERROR_INVALID_PARAMETER;
-       assistant_info_t* info = (assistant_info_t*)handle;
-       *name = (char*)info->name;
-       return MA_ERROR_NONE;
-}
-
 int ma_get_recording_audio_source_type(char** type) {
        if (0 != __ma_get_feature_enabled()) {
                return MA_ERROR_NOT_SUPPORTED;
@@ -2017,4 +2005,4 @@ int ma_unset_preprocessing_result_received_cb(void)
        ma_client_set_preprocessing_result_received_cb(g_ma, NULL, NULL);
 
        return MA_ERROR_NONE;
-}
\ No newline at end of file
+}