aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-28 07:26:46 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-28 07:26:46 -0400
commit87b234ba73e9abb4ecb8966ef631a0d7b8f5915a (patch)
tree8435c18071937d092e3265bb4c708caab24b9135 /src/irc.h
parent898cfeb8a558245fc48bbba948c16205509e6a11 (diff)
downloadfujinet-chat-87b234ba73e9abb4ecb8966ef631a0d7b8f5915a.tar.gz
Save some more bytes (strip down nio.c API).
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h3
1 files changed, 0 insertions, 3 deletions
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)