┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinbookmarkhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinbookmarkhandler.cpp')
-rw-r--r--src/dolphinbookmarkhandler.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dolphinbookmarkhandler.cpp b/src/dolphinbookmarkhandler.cpp
index bb8f641ec..ded83d6bb 100644
--- a/src/dolphinbookmarkhandler.cpp
+++ b/src/dolphinbookmarkhandler.cpp
@@ -54,11 +54,6 @@ DolphinBookmarkHandler::~DolphinBookmarkHandler()
{
}
-void DolphinBookmarkHandler::fillControlMenu(QMenu* menu, KActionCollection* collection)
-{
- m_bookmarkControlMenu.reset(new KBookmarkMenu(m_bookmarkManager, this, menu, collection));
-}
-
QString DolphinBookmarkHandler::currentTitle() const
{
return title(m_mainWindow->activeViewContainer());