mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Removed some old backwards compatibility code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2411 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
86dadc071c
commit
9575eecb39
5 changed files with 3 additions and 37 deletions
|
|
@ -168,17 +168,6 @@ static void read_chatnets(void)
|
|||
chatnet_destroy(chatnets->data);
|
||||
|
||||
node = iconfig_node_traverse("chatnets", FALSE);
|
||||
if (node == NULL) {
|
||||
/* FIXME: remove after .98 */
|
||||
node = iconfig_node_traverse("ircnets", FALSE);
|
||||
if (node != NULL) {
|
||||
/* very dirty method - doesn't update hashtables
|
||||
but this will do temporarily.. */
|
||||
g_free(node->key);
|
||||
node->key = g_strdup("chatnets");
|
||||
}
|
||||
}
|
||||
|
||||
if (node != NULL) {
|
||||
tmp = config_node_first(node->value);
|
||||
for (; tmp != NULL; tmp = config_node_next(tmp))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue