drop unused members

This commit is contained in:
IOhannes m zmölnig 2022-03-21 09:39:52 +01:00
parent 4fcbc3dcb1
commit 36cff9839a

View file

@ -51,7 +51,6 @@ MP 20100201 use a buffer for writes, write takes place during clock callback com
typedef struct comport typedef struct comport
{ {
t_object x_obj; t_object x_obj;
long n; /* the state of a last input */
#ifdef _WIN32 #ifdef _WIN32
HANDLE comhandle; /* holds the comport handle */ HANDLE comhandle; /* holds the comport handle */
DCB dcb; /* holds the comm pars */ DCB dcb; /* holds the comm pars */