remove deprecated comment

This commit is contained in:
yggverse 2025-01-13 04:28:12 +02:00
parent 1db162f57e
commit 236d941b37

View File

@ -204,11 +204,6 @@ impl Menu {
main_bookmarks.append_item(&menu_item);
} // @TODO `menu_item`
// Show all bookmarks menu item
// if profile.bookmark.memory.total() > RECENT_BOOKMARKS {
// @TODO
// }
// Recently closed history
main_history_tab.remove_all();
for item in profile.history.memory.tab.recent() {