mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Remove unused function
This commit is contained in:
parent
49c6c2b69f
commit
2af7db2dfa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user