From 36cff9839a58f7b6fa7058952cdac5df0f8c24e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Mar 2022 09:39:52 +0100 Subject: [PATCH] drop unused members --- comport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/comport.c b/comport.c index 3558188..d2e8995 100644 --- a/comport.c +++ b/comport.c @@ -51,7 +51,6 @@ MP 20100201 use a buffer for writes, write takes place during clock callback com typedef struct comport { t_object x_obj; - long n; /* the state of a last input */ #ifdef _WIN32 HANDLE comhandle; /* holds the comport handle */ DCB dcb; /* holds the comm pars */