diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:59:36 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:59:36 +0300 |
commit | 86cae9eed59527acdbd64f5a1964d5b82be07c22 (patch) | |
tree | 5e97ac7c4b7309a7a7f261f37bf59aa917e551e7 /protocols/Weather/src/weather_proto.cpp | |
parent | 7028b158bc798dffcb7b5ca0eaa4bc0ff77ed76a (diff) |
code cleaning
Diffstat (limited to 'protocols/Weather/src/weather_proto.cpp')
-rw-r--r-- | protocols/Weather/src/weather_proto.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Weather/src/weather_proto.cpp b/protocols/Weather/src/weather_proto.cpp index 3c5f8f1057..a5a3986bb7 100644 --- a/protocols/Weather/src/weather_proto.cpp +++ b/protocols/Weather/src/weather_proto.cpp @@ -30,7 +30,6 @@ CWeatherProto::CWeatherProto(const char *protoName, const wchar_t *userName) : HookProtoEvent(ME_OPT_INITIALISE, &CWeatherProto::OptInit); HookProtoEvent(ME_CLIST_DOUBLECLICKED, &CWeatherProto::BriefInfoEvt); - HookProtoEvent(ME_CLIST_PREBUILDCONTACTMENU, &CWeatherProto::BuildContactMenu); // load options and set defaults LoadOptions(); @@ -38,9 +37,6 @@ CWeatherProto::CWeatherProto(const char *protoName, const wchar_t *userName) : // reset the weather data at startup for individual contacts EraseAllInfo(); - // menu items - InitMenuItems(); - // popup initialization CMStringW wszTitle(FORMAT, L"%s %s", m_tszUserName, TranslateT("notifications")); g_plugin.addPopupOption(wszTitle, m_bPopups); |