summaryrefslogtreecommitdiff
path: root/panel
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2014-02-12 09:00:16 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2014-02-12 09:00:16 +0100
commitfe211a53d2f45da6a02cc7bd82000573251e50f1 (patch)
treeee49ade628b49d55444a201c573b055a6c35abd4 /panel
parent64c46639db33b6bcb52219af867374ef6a9ebba0 (diff)
PanelView: remove unneeded function
(bzr r3652.3.7)
Diffstat (limited to 'panel')
-rw-r--r--panel/PanelView.cpp5
-rw-r--r--panel/PanelView.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/panel/PanelView.cpp b/panel/PanelView.cpp
index 2f18f83fb..073b3fb3c 100644
--- a/panel/PanelView.cpp
+++ b/panel/PanelView.cpp
@@ -591,11 +591,6 @@ void PanelView::OnMenuPointerMoved(int x, int y)
}
}
-void PanelView::OnEntryActivateRequest(std::string const& entry_id)
-{
- ActivateEntry(entry_id);
-}
-
bool PanelView::TrackMenuPointer()
{
nux::Point const& mouse = nux::GetGraphicsDisplay()->GetMouseScreenCoord();
diff --git a/panel/PanelView.h b/panel/PanelView.h
index aa4ccf5a5..3ccec2254 100644
--- a/panel/PanelView.h
+++ b/panel/PanelView.h
@@ -89,7 +89,6 @@ protected:
void OnObjectRemoved(indicator::Indicator::Ptr const& proxy);
void OnIndicatorViewUpdated();
void OnMenuPointerMoved(int x, int y);
- void OnEntryActivateRequest(std::string const& entry_id);
void OnEntryActivated(std::string const& entry_id, nux::Rect const& geo);
void OnEntryShowMenu(std::string const& entry_id, unsigned xid, int x, int y, unsigned button);