cleanup: Remove the legacy Dropbox file upload integration.

This has been hard-disabled for years, we have no plans to re-enable
it, and it has some hacky code in it.
This commit is contained in:
Tim Abbott
2018-04-11 11:39:48 -07:00
parent 6c1a50da76
commit e6833b6427
7 changed files with 0 additions and 49 deletions

View File

@@ -13,7 +13,6 @@ exports.mark_read_at_bottom = true;
exports.propagate_topic_edits = true;
exports.clicking_notification_causes_narrow = true;
exports.collapsible = false;
exports.dropbox_integration = false;
exports.reminders_in_message_action_menu = false;
return exports;