[TSAM-10624] remove wrong feature 89/101189/2
authorKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 30 Nov 2016 11:08:55 +0000 (20:08 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 30 Nov 2016 11:29:52 +0000 (20:29 +0900)
Change-Id: Ic713c59deb151b05e872bb51ec964d64ebd5f99c
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
manager/src/msg-manager-sound.cpp

index d111b24..9831e66 100644 (file)
@@ -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