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.
This commit is contained in:
Tau 2021-05-23 10:29:23 -04:00
parent fb0fd41b6f
commit ebef97e75a
2 changed files with 0 additions and 5 deletions

View File

@ -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;

View File

@ -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,