mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: remove unused Notification fields icon_path_, has_icon_ (#43286)
Last use of `icon_path_` was removed on May 29, 2017 (c741b584) Last use of `has_icon_` was removed on May 30, 2017 (5048425e)
This commit is contained in:
@@ -103,8 +103,6 @@ class Notification : public gin::Wrappable<Notification>,
|
||||
std::u16string subtitle_;
|
||||
std::u16string body_;
|
||||
gfx::Image icon_;
|
||||
std::u16string icon_path_;
|
||||
bool has_icon_ = false;
|
||||
bool silent_ = false;
|
||||
bool has_reply_ = false;
|
||||
std::u16string timeout_type_;
|
||||
|
||||
Reference in New Issue
Block a user