From ca3fa043f09b0684999f8881e65c22dfde875004 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 13 Oct 2012 10:03:39 +0200 Subject: Save URLs to disk on-the-fly and provide an option for toggling it --- src/common/xchat.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common/xchat.c') 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 (); -- cgit 1.4.1