From: Sangchul Lee Date: Thu, 23 Jan 2020 05:23:54 +0000 (+0900) Subject: Remove deprecated test menu - "Set Sound type" X-Git-Tag: submit/tizen/20200211.030822~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40027f76162ee74d15a66f80132b229304b7299f;p=platform%2Fcore%2Fapi%2Fplayer.git Remove deprecated test menu - "Set Sound type" Change-Id: I4ce7d2d25b4f360e01a7ed3f4a091ec496882a45 Signed-off-by: Sangchul Lee --- diff --git a/test/player_audio_test.c b/test/player_audio_test.c index 1dea843..45ce770 100644 --- a/test/player_audio_test.c +++ b/test/player_audio_test.c @@ -1060,7 +1060,6 @@ void display_sub_basic() g_print("[State] S. Player State \n"); g_print("[ volume ] f. Set Volume\t"); g_print("g. Get Volume\t"); - g_print("z. Set Sound type\t"); g_print("k. Set Sound Stream Info.\n"); g_print("[ mute ] h. Set Mute\t"); g_print("i. Get Mute\n"); diff --git a/test/player_test.c b/test/player_test.c index 1d23e1f..6fb1352 100644 --- a/test/player_test.c +++ b/test/player_test.c @@ -2489,7 +2489,6 @@ void display_sub_basic() g_print("[State] S. Player State \n"); g_print("[ volume ] f. Set Volume\t"); g_print("g. Get Volume\t"); - g_print("z. Set Sound type\t"); g_print("k. Set Sound Stream Info.\n"); g_print("[ mute ] h. Set Mute\t"); g_print("i. Get Mute\n");