Help: Remove unused function

Leftover from 5cf2972345.

Change-Id: Ia1e7debd3d5e2edeac41bae091d0057fa77a84bc
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Orgad Shaneh
2016-06-29 18:50:48 +03:00
committed by Orgad Shaneh
parent d01adc134d
commit a21e71ec1a
2 changed files with 0 additions and 10 deletions

View File

@@ -315,15 +315,6 @@ void BookmarkWidget::setOpenInNewPageActionVisible(bool visible)
m_isOpenInNewPageActionVisible = visible;
}
void BookmarkWidget::removeClicked()
{
const QModelIndex& index = treeView->currentIndex();
if (searchField->text().isEmpty()) {
bookmarkManager->removeBookmarkItem(treeView,
filterBookmarkModel->mapToSource(index));
}
}
void BookmarkWidget::filterChanged()
{
bool searchBookmarks = searchField->text().isEmpty();

View File

@@ -114,7 +114,6 @@ signals:
void createPage(const QUrl &url, bool fromSearch);
private:
void removeClicked();
void filterChanged();
void expand(const QModelIndex& index);
void activated(const QModelIndex &index);