libfxlink: remove confusingly unused IN message

This commit is contained in:
Lephenixnoir 2024-03-24 18:17:03 +01:00
parent 8d8fca3ea2
commit 2d293eeb35
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 0 additions and 2 deletions

View File

@ -184,8 +184,6 @@ struct fxlink_comm {
struct fxlink_transfer *ftransfer_IN;
/* Cancellation flag */
bool cancelled_IN;
/* Completed transfer objects (to be checked by user every frame) */
struct fxlink_message *message_IN;
/* Current OUT transfer */
struct libusb_transfer *tr_bulk_OUT;