Remove senior mode
[platform/core/api/media-content.git] / src / media_util_private.c
index d11d926..8aea3fa 100755 (executable)
 #include <system_info.h>
 #include <sys/stat.h>
 
-#ifdef _USE_SENIOR_MODE
-#include <media_util_private.h>
-#endif
-
 static int MEDIA_CONTENT_OTHER_SUPPORT = -1;
 
 bool _media_util_check_support_media_type(const char *path)
@@ -364,17 +360,3 @@ int _media_content_replace_path(const char *path, char *replace_path)
        return MEDIA_CONTENT_ERROR_NONE;
 }
 
-#ifdef _USE_SENIOR_MODE
-bool _media_content_is_support_senior_mode()
-{
-       bool bSupportSeniorMode = false;
-
-       if (system_info_get_value_bool(SYSTEM_INFO_KEY_GET_SENIOR_MODE_SUPPORTED, &bSupportSeniorMode) != SYSTEM_INFO_ERROR_NONE) {
-               content_debug("Get senior mode support failed");
-               return false;
-       }
-       /* content_debug("Senior mode Support : [%d]", bSupportSeniorMode); */
-       return bSupportSeniorMode;
-}
-#endif
-