From: Sangyoon Jang Date: Fri, 4 Nov 2016 01:12:49 +0000 (+0900) Subject: Remove unused type X-Git-Tag: accepted/tizen/3.0/common/20161125.101758~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F99955%2F2;p=platform%2Fcore%2Fappfw%2Fpkgmgr-info.git Remove unused type Change-Id: Ie164948a1d85b71af8fe5e2b2fa6b092c1da371e Signed-off-by: Sangyoon Jang --- diff --git a/include/pkgmgrinfo_type.h b/include/pkgmgrinfo_type.h index fb929d5..228e77a 100644 --- a/include/pkgmgrinfo_type.h +++ b/include/pkgmgrinfo_type.h @@ -342,11 +342,6 @@ typedef int (*pkgmgrinfo_app_splash_screen_list_cb)(const char *src, const char *indicatordisplay, const char *operation, const char *color_depth, void *user_data); -typedef int (*pkgmgrinfo_handler)(uid_t target_uid, int req_id, const char *pkg_type, - const char *pkgid, const char *key, - const char *val, const void *pmsg, void *data); - - /** * @brief Install Location Types */ @@ -407,10 +402,4 @@ typedef enum { PMINFO_PERMISSION_PRIVILEGE, /**< permission type is privilege*/ } pkgmgrinfo_permission_type; -typedef enum { - PMINFO_REQUEST = 0, - PMINFO_LISTENING, - PMINFO_BROADCAST, -} pkgmgrinfo_client_type; - #endif