--- hatari/src/includes/printer.h 2019/04/01 07:14:47 1.1.1.5 +++ hatari/src/includes/printer.h 2019/04/09 08:52:04 1.1.1.6 @@ -6,7 +6,6 @@ extern void Printer_Init(void); extern void Printer_UnInit(void); -extern void Printer_CloseAllConnections(void); extern bool Printer_TransferByteTo(Uint8 Byte); extern void Printer_CheckIdleStatus(void);