diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-08 14:47:00 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-08 14:47:03 +0300 |
commit | abbb9519304b3090fed7d98c8a93524361b329b7 (patch) | |
tree | 09ae3c79335b13d75b5c1473c1788b883b49c0ec /protocols | |
parent | cc3c8097bef32bfa10a283229062b68fd4e9c138 (diff) |
Weather: very bad idea to write MirVer for weather contacts
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Weather/src/weather_update.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp index e647a93128..fc71bfc0a7 100644 --- a/protocols/Weather/src/weather_update.cpp +++ b/protocols/Weather/src/weather_update.cpp @@ -574,7 +574,6 @@ int GetWeatherData(MCONTACT hContact) // assign condition icon g_plugin.setWord(hContact, "StatusIcon", cond); - g_plugin.setWString(hContact, "MirVer", Data->DisplayName); return 0; } |