From ad3c360056c3e7263783605e82c71c3c8106fdab Mon Sep 17 00:00:00 2001 From: Seungbae Shin Date: Fri, 13 Oct 2017 16:55:02 +0900 Subject: [PATCH] Remove unused symbol [Version] 0.1.15 [Issue Type] Cleanup Change-Id: Ie5807ff7d2fc0c7c6bfc55f98751e8682368609a --- packaging/capi-media-tone-player.spec | 2 +- src/tone_player.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/packaging/capi-media-tone-player.spec b/packaging/capi-media-tone-player.spec index 1f2a8ff..0e68f97 100755 --- a/packaging/capi-media-tone-player.spec +++ b/packaging/capi-media-tone-player.spec @@ -1,6 +1,6 @@ Name: capi-media-tone-player Summary: A tone player library in Tizen C API -Version: 0.1.14 +Version: 0.1.15 Release: 0 Group: Multimedia/API License: Apache-2.0 diff --git a/src/tone_player.c b/src/tone_player.c index 75232c1..f1c21ef 100755 --- a/src/tone_player.c +++ b/src/tone_player.c @@ -108,13 +108,6 @@ int tone_player_start_new(tone_type_e tone, sound_stream_info_h stream_info, int return __convert_tone_player_error_code(__func__, ret); } -/* Note : Will be removed after migration to tone_player_start_new */ -int tone_player_start_with_stream_info(tone_type_e tone, sound_stream_info_h stream_info, int duration, int *id) -{ - return tone_player_start_new(tone, stream_info, duration, id); -} - - int tone_player_stop(int id) { return __convert_tone_player_error_code(__func__, mm_sound_stop_sound(id)); -- 2.7.4