resize: Remove unused return value of resize_sidebars.

This commit is contained in:
evykassirer 2024-02-06 12:57:59 -08:00 committed by Tim Abbott
parent 781387781b
commit 4d6cfcb0ff

View File

@ -171,7 +171,6 @@ export function resize_sidebars() {
const h = get_new_heights();
$("#buddy_list_wrapper").css("max-height", h.buddy_list_wrapper_max_height);
$("#left_sidebar_scroll_container").css("max-height", h.stream_filters_max_height);
return h;
}
export function update_recent_view_filters_height() {