summaryrefslogtreecommitdiff
path: root/include/app_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/app_internal.h')
-rw-r--r--include/app_internal.h12
1 files changed, 0 insertions, 12 deletions
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 <app.h>
-#include <tzplatform_config.h>
/* 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;
/**