--- hatari/src/includes/rs232.h 2019/04/09 08:48:41 1.1.1.5 +++ hatari/src/includes/rs232.h 2019/04/09 08:52:05 1.1.1.6 @@ -11,8 +11,6 @@ #define MAX_RS232INPUT_BUFFER 2048 /* Must be ^2 */ -extern bool bConnectedRS232; - extern void RS232_Init(void); extern void RS232_UnInit(void); extern void RS232_HandleUCR(Sint16 ucr);