diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-12-18 18:57:48 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2012-12-18 18:57:48 +0100 |
| commit | 22b9a94324c6a823b6aa6470b5c8602bf697dbe1 (patch) | |
| tree | ac902ef20c5d3cbe91f4ec8b64f7a2aca7fe56b5 /launcher | |
| parent | 4180c3872fe397f4bd816e8bb3dfecdca59d62b8 (diff) | |
ApplicationManager: remove ApplicationMenu support
This is deprecated (bzr r2998.1.1)
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/ApplicationLauncherIcon.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/launcher/ApplicationLauncherIcon.cpp b/launcher/ApplicationLauncherIcon.cpp index cbae24243..9f4d8185e 100644 --- a/launcher/ApplicationLauncherIcon.cpp +++ b/launcher/ApplicationLauncherIcon.cpp @@ -662,17 +662,6 @@ void ApplicationLauncherIcon::UpdateBackgroundColor() void ApplicationLauncherIcon::UpdateMenus() { - for (auto& app_menu : app_->GetRemoteMenus()) - { - // we already have this - if (_menu_clients.find(app_menu.path) != _menu_clients.end()) - continue; - - glib::Object<DbusmenuClient> client(dbusmenu_client_new(app_menu.remote_address.c_str(), - app_menu.path.c_str())); - _menu_clients[app_menu.path] = client; - } - // add dynamic quicklist if (_menuclient_dynamic_quicklist && _menuclient_dynamic_quicklist.IsType(DBUSMENU_TYPE_CLIENT)) { |
