diff --git a/src/lib/history/historytreeview.h b/src/lib/history/historytreeview.h index 1bf74ab3d..cf923b816 100644 --- a/src/lib/history/historytreeview.h +++ b/src/lib/history/historytreeview.h @@ -57,10 +57,6 @@ public slots: void search(const QString &string); void removeSelectedItems(); -private slots: - void openLinkInCurrentTab(); - void openLinkInNewTab(); - protected: void contextMenuEvent(QContextMenuEvent* event); void mouseMoveEvent(QMouseEvent* event);