diff options
| author | Nicolas Fella <[email protected]> | 2019-11-25 20:54:08 +0100 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2019-11-25 20:54:12 +0100 |
| commit | ff9ae28445b4d8b6549003f28c2173acf9469f1b (patch) | |
| tree | 972664a0e35d70321e6a560967f5e59a2fb26ced /src/dolphinbookmarkhandler.cpp | |
| parent | e0085fb2804eedfe91b05c1c0c272758466fb62f (diff) | |
Remove dead code
Summary: The code appears to do nothing.
Test Plan: builds, bookmarkmenu still works
Reviewers: #dolphin, meven, elvisangelaccio
Reviewed By: #dolphin, meven, elvisangelaccio
Subscribers: meven, kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D25347
Diffstat (limited to 'src/dolphinbookmarkhandler.cpp')
| -rw-r--r-- | src/dolphinbookmarkhandler.cpp | 5 |
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()); |
