summaryrefslogtreecommitdiff
path: root/src/core/chatnets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/chatnets.c')
-rw-r--r--src/core/chatnets.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/chatnets.c b/src/core/chatnets.c
index 1b1b718c..8739ff7d 100644
--- a/src/core/chatnets.c
+++ b/src/core/chatnets.c
@@ -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))