mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Remove unused function
This commit is contained in:
parent
49c6c2b69f
commit
2af7db2dfa
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue