From: Gilbok Lee Date: Fri, 19 Jan 2018 06:58:44 +0000 (+0900) Subject: [ACR-1154] Remove deprecated enumerator X-Git-Tag: submit/tizen/20180508.094511^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48d97b279f2fc1ec70a9e11e62221f3b22a65905;p=platform%2Fcore%2Fapi%2Fradio.git [ACR-1154] Remove deprecated enumerator Change-Id: I4a5fdcccc5af26f19f673a236a27e7157f295f5d --- diff --git a/include/radio.h b/include/radio.h index 4768ad4..b40131b 100755 --- a/include/radio.h +++ b/include/radio.h @@ -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; /**