mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
libfxlink: remove confusingly unused IN message
This commit is contained in:
parent
8d8fca3ea2
commit
2d293eeb35
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue