Remove unused type 55/99955/2
authorSangyoon Jang <s89.jang@samsung.com>
Fri, 4 Nov 2016 01:12:49 +0000 (10:12 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Thu, 24 Nov 2016 12:56:54 +0000 (04:56 -0800)
Change-Id: Ie164948a1d85b71af8fe5e2b2fa6b092c1da371e
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
include/pkgmgrinfo_type.h

index fb929d5..228e77a 100644 (file)
@@ -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