[ACR-1154] Remove deprecated enumerator 71/167671/3
authorGilbok Lee <gilbok.lee@samsung.com>
Fri, 19 Jan 2018 06:58:44 +0000 (15:58 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 30 Jan 2018 06:55:57 +0000 (06:55 +0000)
Change-Id: I4a5fdcccc5af26f19f673a236a27e7157f295f5d

include/radio.h

index 4768ad4c558058813a607290f82cbf6d5ccfc4ee..b40131bea6ecc60cc789d97c107d93f682ea0fad 100755 (executable)
@@ -71,15 +71,7 @@ typedef enum {
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 typedef enum {
-       RADIO_INTERRUPTED_COMPLETED = 0,                        /**< Interrupt completed (Deprecated since 3.0)*/
-       RADIO_INTERRUPTED_BY_MEDIA,                                     /**< Interrupted by a non-resumable media application (Deprecated since 3.0)*/
-       RADIO_INTERRUPTED_BY_CALL,                                      /**< Interrupted by an incoming call (Deprecated since 3.0)*/
-       RADIO_INTERRUPTED_BY_EARJACK_UNPLUG,            /**< Interrupted by unplugging headphones (Deprecated since 3.0)*/
-       RADIO_INTERRUPTED_BY_RESOURCE_CONFLICT,         /**< Interrupted by a resource conflict */
-       RADIO_INTERRUPTED_BY_ALARM,                                     /**< Interrupted by an alarm (Deprecated since 3.0)*/
-       RADIO_INTERRUPTED_BY_EMERGENCY,                         /**< Interrupted by an emergency (Deprecated since 3.0)*/
-       RADIO_INTERRUPTED_BY_RESUMABLE_MEDIA,           /**< Interrupted by a resumable media application (Deprecated since 3.0)*/
-       RADIO_INTERRUPTED_BY_NOTIFICATION,                      /**< Interrupted by a notification (Deprecated since 3.0)*/
+       RADIO_INTERRUPTED_BY_RESOURCE_CONFLICT = 4,             /**< Interrupted by a resource conflict */
 } radio_interrupted_code_e;
 
 /**