From 172db1bcaa88b51326e9b788022985c97276dbfb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 13 Apr 2026 01:38:17 -0400 Subject: Get rid of edbox_callback() abstraction (never used it anyway). 7696 bytes free. --- src/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 536923d..4d80a78 100644 --- a/src/main.c +++ b/src/main.c @@ -132,14 +132,12 @@ void reconnect(void) { void main(void) { bell_type = config.alert_type; /* TODO: have bell.s read staight from the struct */ - OS.soundr = 0; // Turn off SIO beeping sound edbox_clear(); scr_init(); init_channels(); while(1) { - edbox_callback = cmd_execute; if(fn_connect()) { ind_net_idle(); irc_register(); -- cgit v1.2.3