From 584a18ec1181dca688a32bb36edba1f8ca9842ef Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Wed, 13 Oct 2010 18:41:48 +0000 Subject: [PATCH] Remove unused pn53x_modulations --- libnfc/chips/pn53x.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libnfc/chips/pn53x.h b/libnfc/chips/pn53x.h index f3bf011..9df0c75 100644 --- a/libnfc/chips/pn53x.h +++ b/libnfc/chips/pn53x.h @@ -112,10 +112,6 @@ typedef enum { PM_ISO14443B_424 = 0x07, /** ISO14443-B http://en.wikipedia.org/wiki/ISO/IEC_14443 (Not supported by PN531 nor PN532) */ PM_ISO14443B_847 = 0x08, -/** Active DEP */ - PM_ACTIVE_DEP, -/** Passive DEP */ - PM_PASSIVE_DEP } pn53x_modulation_t; /**