popovers: Remove unused show_pm_list_sidebar.

This was likely introduced in error in
fd66d9f70336b2bdbbffb1bf13402516b9920682; it is a duplicate of
show_userlist_sidebar, which, in contrast is actually called.
This commit is contained in:
Tim Abbott 2022-10-24 16:13:19 -07:00
parent 5a83543418
commit 20b357d8d9

View File

@ -814,11 +814,6 @@ export function show_userlist_sidebar() {
resize.resize_page_components();
}
export function show_pm_list_sidebar() {
$(".app-main .column-left").addClass("expanded");
resize.resize_page_components();
}
let current_user_sidebar_user_id;
let current_user_sidebar_popover;