summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2023-05-05 15:18:20 +0200
committerAndreas Kling <kling@serenityos.org>2023-05-05 16:58:08 +0200
commit60312f2c83a1c4c4d941cfc56305e0e766b14b93 (patch)
treed1b0778e06c3c7cb04b13030b85586fa2b34beef /Ladybird/Tab.h
parentf0f82c6391cdc7722531ccf2e5001e9c1ccb1068 (diff)
downloadserenity-60312f2c83a1c4c4d941cfc56305e0e766b14b93.zip
Ladybird: Remove the "home" icon from the toolbar (and the concept)
This feature isn't really that useful in practice, so let's remove it. (Other browsers haven't had this action for years either.)
Diffstat (limited to 'Ladybird/Tab.h')
-rw-r--r--Ladybird/Tab.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Ladybird/Tab.h b/Ladybird/Tab.h
index 5a0a45906d..527b2a6ba1 100644
--- a/Ladybird/Tab.h
+++ b/Ladybird/Tab.h
@@ -43,7 +43,6 @@ public slots:
void page_favicon_changed(QIcon);
void back();
void forward();
- void home();
void reload();
signals:
@@ -68,7 +67,6 @@ private:
OwnPtr<QAction> m_back_action;
OwnPtr<QAction> m_forward_action;
- OwnPtr<QAction> m_home_action;
OwnPtr<QAction> m_reload_action;
int tab_index();