Remove unused symbol 74/155474/1 accepted/tizen/unified/20171016.144136 submit/tizen/20171016.082610
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 13 Oct 2017 07:55:02 +0000 (16:55 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 13 Oct 2017 07:55:02 +0000 (16:55 +0900)
[Version] 0.1.15
[Issue Type] Cleanup

Change-Id: Ie5807ff7d2fc0c7c6bfc55f98751e8682368609a

packaging/capi-media-tone-player.spec
src/tone_player.c

index 1f2a8ff..0e68f97 100755 (executable)
@@ -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
index 75232c1..f1c21ef 100755 (executable)
@@ -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));