mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
remove deprecated comment
This commit is contained in:
parent
1db162f57e
commit
236d941b37
1 changed files with 0 additions and 5 deletions
|
|
@ -204,11 +204,6 @@ impl Menu {
|
||||||
main_bookmarks.append_item(&menu_item);
|
main_bookmarks.append_item(&menu_item);
|
||||||
} // @TODO `menu_item`
|
} // @TODO `menu_item`
|
||||||
|
|
||||||
// Show all bookmarks menu item
|
|
||||||
// if profile.bookmark.memory.total() > RECENT_BOOKMARKS {
|
|
||||||
// @TODO
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Recently closed history
|
// Recently closed history
|
||||||
main_history_tab.remove_all();
|
main_history_tab.remove_all();
|
||||||
for item in profile.history.memory.tab.recent() {
|
for item in profile.history.memory.tab.recent() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue