diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-13 01:38:17 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-13 01:38:51 -0400 |
| commit | 172db1bcaa88b51326e9b788022985c97276dbfb (patch) | |
| tree | 40455c46fe46553d94be0865ab93c05b4da3fa8f /src/main.c | |
| parent | 7a0ae36af58e684b4108f817a15000d09adf1722 (diff) | |
| download | fujinet-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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(); |
