summary refs log tree commit diff stats
path: root/src/common/xchat.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-13 10:03:39 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-13 10:03:39 +0200
commitca3fa043f09b0684999f8881e65c22dfde875004 (patch)
tree56e584ea78c8eb4199220c3cf55ff7bb27e2e991 /src/common/xchat.c
parentd4f3738ca82bf586503a4e1ddae6ff0797beb94a (diff)
Save URLs to disk on-the-fly and provide an option for toggling it
Diffstat (limited to 'src/common/xchat.c')
-rw-r--r--src/common/xchat.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/xchat.c b/src/common/xchat.c
index 7e9cc8c7..17bad663 100644
--- a/src/common/xchat.c
+++ b/src/common/xchat.c
@@ -854,11 +854,6 @@ xchat_exit (void)
 		pevent_save (NULL);
 	}
 
-	if (prefs.autosave_url)
-	{
-		url_autosave ();
-	}
-
 	sound_save ();
 	notify_save ();
 	ignore_save ();