Remove unused enums 71/72071/3 accepted/tizen/common/20160620.163626 accepted/tizen/ivi/20160621.024257 accepted/tizen/mobile/20160621.024159 accepted/tizen/tv/20160621.024223 accepted/tizen/wearable/20160621.024243 submit/tizen/20160620.045414
authorSangyoon Jang <s89.jang@samsung.com>
Mon, 30 May 2016 11:20:00 +0000 (20:20 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Mon, 13 Jun 2016 04:58:22 +0000 (21:58 -0700)
app_info_event_e is not used anymore.

Change-Id: Ica986e0ac18ba476f1ba1ad765954c782c1b8f9a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
include/app_info.h

index db49765..3b6b68d 100644 (file)
@@ -107,16 +107,6 @@ typedef bool (*app_info_filter_cb) (app_info_h app_info, void *user_data);
 typedef bool (*app_info_metadata_cb) (const char *metadata_key, const char *metadata_value, void *user_data);
 
 /**
- * @brief Enumeration for Application Information Event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- */
-typedef enum {
-       APP_INFO_EVENT_INSTALLED, /**< The application is newly installed */
-       APP_INFO_EVENT_UNINSTALLED, /**< The application is uninstalled */
-       APP_INFO_EVENT_UPDATED, /**< The application is updated */
-} app_info_event_e;
-
-/**
  * @brief  Creates the application information handle.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in]   app_id    The application ID