Remove unnecessary constants
authoryoungman <yman.jung@samsung.com>
Thu, 5 Nov 2015 02:35:17 +0000 (11:35 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 10 Nov 2015 10:12:30 +0000 (19:12 +0900)
Change-Id: Id982ccb11b7cc185b6943f3dde1a8849b3ad50a4
Signed-off-by: youngman <yman.jung@samsung.com>
lib/include/iotcon-constant.h

index b6c7853..275d8f5 100644 (file)
@@ -243,7 +243,6 @@ typedef struct icl_state_s* iotcon_state_h;
 typedef enum {
        IOTCON_OBSERVE_REGISTER = 0, /**< Indicates action of registering observation*/
        IOTCON_OBSERVE_DEREGISTER = 1, /**< Indicates action of unregistering observation */
-       IOTCON_OBSERVE_NO_OPTION = 2 /**< Indicates no option */
 } iotcon_observe_action_e;
 
 /**
@@ -297,19 +296,6 @@ typedef enum {
 } iotcon_resource_property_e;
 
 /**
- * @brief Enumeration for property which can be held in a response.
- *
- * @since_tizen 3.0
- */
-typedef enum {
-       IOTCON_RESPONSE_NEW_URI_PATH = 1, /**< Indicates uri_path which can be held in a response */
-       IOTCON_RESPONSE_RESULT = 2, /**< Indicates result which can be held in a response */
-       IOTCON_RESPONSE_REPRESENTATION = 3, /**< Indicates representation which can be held in a response */
-       IOTCON_RESPONSE_HEADER_OPTIONS = 4, /**< Indicates header options which can be held in a response */
-       IOTCON_RESPONSE_INTERFACE = 5, /**< Indicates interface which can be held in a response */
-} iotcon_response_property_e;
-
-/**
  * @brief Enumeration for type of request.
  *
  * @since_tizen 3.0