summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/weather_proto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Weather/src/weather_proto.cpp')
-rw-r--r--protocols/Weather/src/weather_proto.cpp4
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);