summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-11-06 18:15:23 +0000
committerCalum Lind <calumlind@gmail.com>2018-11-06 18:15:23 +0000
commitf11a42b9bf187c4272b5034a65f19766f8b64075 (patch)
treedabfeb4ee081408931a5e1e1265f6e1ec2db9487
parent845204178bcb1aaa200bc2bf094dbb0f7900c116 (diff)
downloaddeluge-f11a42b9bf187c4272b5034a65f19766f8b64075.tar.gz
deluge-f11a42b9bf187c4272b5034a65f19766f8b64075.tar.bz2
deluge-f11a42b9bf187c4272b5034a65f19766f8b64075.zip
[GTK] Remove old builtin notification config values
-rw-r--r--deluge/ui/gtk3/gtkui.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/deluge/ui/gtk3/gtkui.py b/deluge/ui/gtk3/gtkui.py
index 0aea28967..36991e755 100644
--- a/deluge/ui/gtk3/gtkui.py
+++ b/deluge/ui/gtk3/gtkui.py
@@ -119,16 +119,6 @@ DEFAULT_PREFS = {
'autoadd_queued': False,
'choose_directory_dialog_path': get_default_download_dir(),
'show_new_releases': True,
- 'ntf_tray_blink': True,
- 'ntf_sound': False,
- 'ntf_sound_path': get_default_download_dir(),
- 'ntf_popup': False,
- 'ntf_email': False,
- 'ntf_email_add': '',
- 'ntf_username': '',
- 'ntf_pass': '',
- 'ntf_server': '',
- 'ntf_security': None,
'show_sidebar': True,
'show_toolbar': True,
'show_statusbar': True,