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.
This commit is contained in:
2026-02-25 02:28:10 -07:00
parent 4beabb6bf5
commit 9df9776238
2 changed files with 0 additions and 9 deletions

View File

@@ -96,11 +96,6 @@ textevents = custom_target('textevents',
command: [make_te, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@'] command: [make_te, '@INPUT@', '@OUTPUT0@', '@OUTPUT1@']
) )
# TODO:
# LOOKUPD
# SIGACTION
# HAVE_GTK_MAC
if libssl_dep.found() if libssl_dep.found()
common_sources += 'ssl.c' common_sources += 'ssl.c'
common_deps += libssl_dep common_deps += libssl_dep

View File

@@ -125,8 +125,4 @@ GSList *servlist_favchan_listadd (GSList *chanlist, char *channel, char *key);
gboolean joinlist_is_in_list (server *serv, char *channel); 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 #endif