Remove GUID from Shell_NotifyIcon calls

https://github.com/atom/electron/issues/2468#issuecomment-142684129 has
the details
This commit is contained in:
Paul Betts 2015-09-23 11:20:26 -07:00
parent 1520ebfe1f
commit 22e6f15795
2 changed files with 0 additions and 34 deletions

View file

@ -79,10 +79,6 @@ class NotifyIcon : public TrayIcon {
// The context menu.
ui::SimpleMenuModel* menu_model_;
// A hash of the app model ID
GUID tray_app_id_hash_;
bool has_tray_app_id_hash_;
DISALLOW_COPY_AND_ASSIGN(NotifyIcon);
};