diff --git a/libnfc/mirror-subr.h b/libnfc/mirror-subr.h index 1cc3b72..51ba3e2 100644 --- a/libnfc/mirror-subr.h +++ b/libnfc/mirror-subr.h @@ -28,8 +28,6 @@ #include -byte_t oddparity(const byte_t bt); -void oddparity_byte_ts(const byte_t* pbtData, const size_t szLen, byte_t* pbtPar); byte_t mirror(byte_t bt); uint32_t mirror32(uint32_t ui32Bits);