From: Hwankyu Jhun Date: Mon, 14 May 2018 05:28:02 +0000 (+0900) Subject: Remove unused definitions X-Git-Tag: submit/tizen/20180514.054031~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0970f5982de95e744d0985e9507a5abeb8a05df1;p=platform%2Fcore%2Fapi%2Fapplication.git Remove unused definitions Change-Id: I5dd1f80ef368e8b1a6befd672877b54966fe38f2 Signed-off-by: Hwankyu Jhun --- diff --git a/include/app_internal.h b/include/app_internal.h index 17f846d..f947788 100644 --- a/include/app_internal.h +++ b/include/app_internal.h @@ -19,7 +19,6 @@ #define __TIZEN_APPFW_APP_INTERNAL_H__ #include -#include /* GNU gettext macro is already defined at appcore-common.h */ #ifdef _ @@ -30,17 +29,6 @@ extern "C" { #endif -//#define TIZEN_PATH_MAX 1024 - -#define PATH_FMT_APP_ROOT tzplatform_getenv(TZ_USER_APP) -#define PATH_FMT_RES_DIR "/res" -#define PATH_FMT_LOCALE_DIR "/locale" -#define PATH_FMT_DATA_DIR "/data" - -#define PATH_FMT_RO_APP_ROOT tzplatform_getenv(TZ_SYS_RO_APP) -#define PATH_FMT_RO_RES_DIR "/res" -#define PATH_FMT_RO_LOCALE_DIR "/local" - typedef void *appcore_context_h; /**