1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Remove unused function

This commit is contained in:
Will Storey 2019-09-14 11:00:35 -07:00
parent 49c6c2b69f
commit 2af7db2dfa

View File

@ -270,11 +270,6 @@ char *gslist_to_string(GSList *list, const char *delimiter)
return ret;
}
void hash_save_key(char *key, void *value, GSList **list)
{
*list = g_slist_append(*list, key);
}
/* remove all the options from the optlist hash table that are valid for the
* command cmd */
GList *optlist_remove_known(const char *cmd, GHashTable *optlist)