summaryrefslogtreecommitdiff
path: root/src/nfc/int/ce_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/int/ce_int.h')
-rw-r--r--src/nfc/int/ce_int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nfc/int/ce_int.h b/src/nfc/int/ce_int.h
index 9f4efe2..7fb3fb2 100644
--- a/src/nfc/int/ce_int.h
+++ b/src/nfc/int/ce_int.h
@@ -150,12 +150,7 @@ extern "C" {
#endif
/* Global NFC data */
-#if NFC_DYNAMIC_MEMORY == FALSE
NFC_API extern tCE_CB ce_cb;
-#else
-NFC_API extern tCE_CB *ce_cb_ptr;
-#define ce_cb (*ce_cb_ptr)
-#endif
extern void ce_init (void);