From a17902373dc3fd2f06f0796ed2621109cb4acdd3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 6 Apr 2026 06:08:45 -0400 Subject: Precalculate timer intervals (in config segment; client gets them preset). 6780 bytes free. --- src/irc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/irc.h') diff --git a/src/irc.h b/src/irc.h index bb1d695..7d8f735 100644 --- a/src/irc.h +++ b/src/irc.h @@ -9,7 +9,6 @@ extern unsigned int txbuflen; extern unsigned char err; extern unsigned char trip; extern char reconnect_timeout; -extern char hz; /* 50 for PAL, 60 for NTSC, natch */ /* clears the transmit buffer. */ void txbuf_init(void); -- cgit v1.2.3