libfxlink: remove confusingly unused IN message

This commit is contained in:
Lephenixnoir 2024-03-24 18:17:03 +01:00
parent 8d8fca3ea2
commit 2d293eeb35
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

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