settings: Remove obsolete default_desktop_notifications setting.

This actually hasn't been hooked up to do anything in years.

While we're at it, we remove the entire "Zulip Labs" settings page.
This commit is contained in:
Tim Abbott
2018-04-28 13:35:18 -07:00
parent 7f679bcdce
commit 7d6bb3dcb4
21 changed files with 20 additions and 105 deletions

View File

@@ -93,8 +93,6 @@ def find_edges_to_remove(graph, methods):
('compose', 'echo'),
('compose', 'resize'),
('settings', 'resize'),
('settings', 'settings_lab'),
('settings_lab', 'resize'),
('compose', 'unread_ops'),
('compose', 'drafts'),
('echo', 'message_edit'),