diff options
-rw-r--r-- | include/telephony/ril.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h index e2844c9..ff50544 100644 --- a/include/telephony/ril.h +++ b/include/telephony/ril.h @@ -72,16 +72,8 @@ extern "C" { * RIL_REQUEST_SET_CARRIER_RESTRICTIONS and * RIL_UNSOL_PCO_DATA */ -#if defined(USE_RIL_VERSION_10) -#define RIL_VERSION 10 -#define LAST_IMPRECISE_RIL_VERSION 10 -#elif defined(USE_RIL_VERSION_11) -#define RIL_VERSION 11 -#define LAST_IMPRECISE_RIL_VERSION 11 -#else #define RIL_VERSION 12 #define LAST_IMPRECISE_RIL_VERSION 12 // Better self-documented name -#endif #define RIL_VERSION_MIN 6 /* Minimum RIL_VERSION supported */ #define CDMA_ALPHA_INFO_BUFFER_LENGTH 64 |