From fd06be23e43f90692dc84c7929f7b19d34d2523e Mon Sep 17 00:00:00 2001 From: inhyeok Date: Thu, 8 Oct 2015 14:42:08 +0900 Subject: [PATCH] Remove unused code [Version] Release 0.2.88 [Profile] Common [Issue Type] Remove features Remove resumeable media enum Change-Id: I11fd65f6fec6925825868b9ff53610fe46292519 Signed-off-by: inhyeok --- include/mm_message.h | 2 -- packaging/libmm-common.spec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/mm_message.h b/include/mm_message.h index 86aee7d..aff0998 100755 --- a/include/mm_message.h +++ b/include/mm_message.h @@ -169,10 +169,8 @@ enum MMMessageInterruptedCode { MM_MSG_CODE_INTERRUPTED_BY_EMERGENCY_START, MM_MSG_CODE_INTERRUPTED_BY_EMERGENCY_END, MM_MSG_CODE_INTERRUPTED_BY_OTHER_PLAYER_APP, - MM_MSG_CODE_INTERRUPTED_BY_RESUMABLE_MEDIA, MM_MSG_CODE_INTERRUPTED_BY_NOTIFICATION_START, MM_MSG_CODE_INTERRUPTED_BY_NOTIFICATION_END, - MM_MSG_CODE_INTERRUPTED_BY_RESUMABLE_CANCELED, }; /* diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index 4d4675e..8548f27 100644 --- a/packaging/libmm-common.spec +++ b/packaging/libmm-common.spec @@ -1,6 +1,6 @@ Name: libmm-common Summary: Multimedia Framework Common Lib -Version: 0.2.87 +Version: 0.2.88 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4