From: Kyeonghun Lee Date: Wed, 30 Nov 2016 11:08:55 +0000 (+0900) Subject: [TSAM-10624] remove wrong feature X-Git-Tag: submit/tizen_3.0/20161202.035416~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a585cffbc63fdd26222ff234347c8290e90ce9b9;p=platform%2Fcore%2Fmessaging%2Fmsg-service.git [TSAM-10624] remove wrong feature Change-Id: Ic713c59deb151b05e872bb51ec964d64ebd5f99c Signed-off-by: Kyeonghun Lee --- diff --git a/manager/src/msg-manager-sound.cpp b/manager/src/msg-manager-sound.cpp index d111b24..9831e66 100644 --- a/manager/src/msg-manager-sound.cpp +++ b/manager/src/msg-manager-sound.cpp @@ -166,7 +166,7 @@ void MsgMgrGetRingtonePath(char *userRingtonePath, char **msg_tone_file_path_p) } memset(msg_tone_file_path, 0x00, sizeof(char)*(MSG_FILEPATH_LEN_MAX+1)); -#if MSG_MGR_DRM_SUPPORT +#if 0 /* MSG_DRM_SUPPORT */ if ((tmpFilePath == NULL || MsgMgrGetFileSize(tmpFilePath) < 1) || /* wrong ringtone file path */ (MsgDrmIsDrmFile(tmpFilePath) && !MsgDrmCheckRingtone(tmpFilePath))) { /* check DRM */ #endif