From 9df977623872c4212dc263ee3654ebcdf0a74914 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 25 Feb 2026 02:28:10 -0700 Subject: [PATCH] Removed a stale multi-line # TODO note block from the common Meson build file to clean up unneeded comments without changing build logic. Removed an old commented-out /* FIXME ... */ prototype block from servlist.h, leaving only active declarations. --- src/common/meson.build | 5 ----- src/common/servlist.h | 4 ---- 2 files changed, 9 deletions(-) diff --git a/src/common/meson.build b/src/common/meson.build index 0d651787..0d097490 100644 --- a/src/common/meson.build +++ b/src/common/meson.build @@ -96,11 +96,6 @@ textevents = custom_target('textevents', command: [make_te, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@'] ) -# TODO: -# LOOKUPD -# SIGACTION -# HAVE_GTK_MAC - if libssl_dep.found() common_sources += 'ssl.c' common_deps += libssl_dep diff --git a/src/common/servlist.h b/src/common/servlist.h index b3170d97..f7ebdc15 100644 --- a/src/common/servlist.h +++ b/src/common/servlist.h @@ -125,8 +125,4 @@ GSList *servlist_favchan_listadd (GSList *chanlist, char *channel, char *key); gboolean joinlist_is_in_list (server *serv, char *channel); -/* FIXME -void joinlist_split (char *autojoin, GSList **channels, GSList **keys); -void joinlist_free (GSList *channels, GSList *keys); -*/ #endif