left_sidebar: Remove export in deselect_top_left_corner_items.

It is safe to remove the export, because
deselect_top_left_corner_items isn't called anywhere else outside the
file.
This commit is contained in:
Rinwaoluwa 2024-01-07 20:28:04 +01:00 committed by Tim Abbott
parent afe3bcd6c5
commit fbe7285af8

View File

@ -76,7 +76,7 @@ function remove($elem) {
$elem.removeClass("active-filter active-sub-filter");
}
export function deselect_top_left_corner_items() {
function deselect_top_left_corner_items() {
remove($(".top_left_all_messages"));
remove($(".top_left_starred_messages"));
remove($(".top_left_mentions"));