Remove code for full-width feature.

The full-width feature has been turned off for
about four years.
This commit is contained in:
Steve Howell
2018-07-06 13:40:43 +00:00
committed by Tim Abbott
parent ba6543b850
commit b88206a637
3 changed files with 0 additions and 22 deletions

View File

@@ -4,9 +4,6 @@ var exports = {};
exports.load_server_counts = false;
// Experimental modification to support much wider message views.
exports.full_width = false;
// The features below have all settled into their final states and can
// be removed when we get a chance
exports.mark_read_at_bottom = true;