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