From 87b234ba73e9abb4ecb8966ef631a0d7b8f5915a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 28 Mar 2026 07:26:46 -0400 Subject: Save some more bytes (strip down nio.c API). --- src/irc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/irc.h') diff --git a/src/irc.h b/src/irc.h index b0ff260..8ced02d 100644 --- a/src/irc.h +++ b/src/irc.h @@ -1,6 +1,3 @@ -/* 0 = no translation (used to use 3, CRLF) */ -#define FNET_TRANSLATION 0 - #define MAX_IRC_MSG_LEN 512 #define streq(x,y) !strcmp(x,y) -- cgit v1.2.3