From 1750f85f5195f79eabd7e316f78f050b4c037334 Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 23 May 2021 10:29:23 -0400 Subject: [PATCH] Drop aime_io_fini This isn't used, and due to the way that the hook machinery works it is not likely to come into use later on either. Since we can't rely on existing implementations actually being correct, if it does somehow start being used then we will need to advance the aimeio API version in order to support it. --- aimeio/aimeio.c | 4 ---- aimeio/aimeio.h | 1 - 2 files changed, 5 deletions(-) diff --git a/aimeio/aimeio.c b/aimeio/aimeio.c index 747205d..b0f2e24 100644 --- a/aimeio/aimeio.c +++ b/aimeio/aimeio.c @@ -169,10 +169,6 @@ HRESULT aime_io_init(void) return S_OK; } -void aime_io_fini(void) -{ -} - HRESULT aime_io_nfc_poll(uint8_t unit_no) { bool sense; diff --git a/aimeio/aimeio.h b/aimeio/aimeio.h index 1fbf260..7e922ed 100644 --- a/aimeio/aimeio.h +++ b/aimeio/aimeio.h @@ -9,7 +9,6 @@ this DLL just yet unless you are prepared to deal with API breakages. */ HRESULT aime_io_init(void); -void aime_io_fini(void); HRESULT aime_io_nfc_poll(uint8_t unit_no); HRESULT aime_io_nfc_get_aime_id( uint8_t unit_no,