aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-08 09:53:37 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-08 09:53:51 -0400
commit9d460b1c0cb573fc56799de236a1a8dd4cc6cdc0 (patch)
tree4b7f48bb2feb5d9484767af20b2286f264508db5 /src/config.h
parent577a0cb815651644498ab5d955531a5a87486b68 (diff)
downloadfujinet-chat-9d460b1c0cb573fc56799de236a1a8dd4cc6cdc0.tar.gz
Move color and noclick intialization to config. 7556 bytes free.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index ff25ea1..8470cc2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -13,6 +13,4 @@ typedef struct {
char disable_keyclick;
} conf_t;
-extern conf_t *conf;
-
#define config (*(conf_t *)0x0400)