From 80042a770a94fbb2dc56d81fd889a6d8b22a5ff1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 29 May 2021 21:56:06 +0300 Subject: fixes #2886 (Weather: display weather as extra-icon instead of status) --- plugins/ExternalAPI/m_weather.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_weather.h b/plugins/ExternalAPI/m_weather.h index dc50d970e8..eb9e89f84d 100644 --- a/plugins/ExternalAPI/m_weather.h +++ b/plugins/ExternalAPI/m_weather.h @@ -23,7 +23,7 @@ along with this program. If not, see . //============ WEATHER CONDITION STRUCT ============ // weather conditions (added in v0.1.2.0) -typedef struct +struct WEATHERINFO { MCONTACT hContact; TCHAR id[128]; @@ -42,11 +42,7 @@ typedef struct TCHAR vis[16]; TCHAR sunrise[32]; TCHAR sunset[32]; -// are the other ones that important!? - WORD status; -} WEATHERINFO; - - +}; // =============== WEATHER SERVICES ================ -- cgit v1.2.3