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

@@ -267,10 +267,6 @@ function initialize_kitchen_sink_stuff() {
$("#user-list").hide();
$("#group-pm-list").hide();
}
if (feature_flags.full_width) {
ui.switchToFullWidth();
}
}
$(function () {