From: Jihoon Jung Date: Thu, 4 Feb 2016 10:19:37 +0000 (+0900) Subject: Remove impossible Error description X-Git-Tag: accepted/tizen/common/20160314.164626~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F58875%2F1;p=platform%2Fcore%2Fapi%2Fnfc.git Remove impossible Error description Signed-off-by: Jihoon Jung Change-Id: I9567c9eefbe89070dcb03c0b55a33a4a52c9d55a --- diff --git a/include/nfc.h b/include/nfc.h index 533facc..833a323 100755 --- a/include/nfc.h +++ b/include/nfc.h @@ -743,7 +743,6 @@ typedef void (*nfc_se_registered_aid_cb)(nfc_se_type_e se_type, const char *aid, * @exception #NFC_ERROR_NONE Success * @exception #NFC_ERROR_NOT_SUPPORTED Not supported NFC * @exception #NFC_ERROR_ILLEGAL_STATE Illegal state - * @exception #NFC_ERROR_INVALID_PARAMETER Invalid parameter * @exception #NFC_ERROR_OPERATION_FAILED Operation fail */ bool nfc_manager_is_supported(void); @@ -826,7 +825,6 @@ int nfc_manager_set_activation(bool activation, nfc_activation_completed_cb call * @exception #NFC_ERROR_NONE Success * @exception #NFC_ERROR_NOT_SUPPORTED Not supported NFC * @exception #NFC_ERROR_ILLEGAL_STATE Illegal state - * @exception #NFC_ERROR_INVALID_PARAMETER Invalid parameter * @exception #NFC_ERROR_OPERATION_FAILED Operation fail */ bool nfc_manager_is_activated(void);