summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.h
diff options
context:
space:
mode:
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();