diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 10:03:39 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 10:03:39 +0200 |
commit | ca3fa043f09b0684999f8881e65c22dfde875004 (patch) | |
tree | 56e584ea78c8eb4199220c3cf55ff7bb27e2e991 /src/common/xchat.c | |
parent | d4f3738ca82bf586503a4e1ddae6ff0797beb94a (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.c | 5 |
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 (); |