aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-13 01:38:17 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-13 01:38:51 -0400
commit172db1bcaa88b51326e9b788022985c97276dbfb (patch)
tree40455c46fe46553d94be0865ab93c05b4da3fa8f /src/main.c
parent7a0ae36af58e684b4108f817a15000d09adf1722 (diff)
downloadfujinet-chat-172db1bcaa88b51326e9b788022985c97276dbfb.tar.gz
Get rid of edbox_callback() abstraction (never used it anyway). 7696 bytes free.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
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();