drop unused members
This commit is contained in:
parent
4fcbc3dcb1
commit
36cff9839a
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue