diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-07 13:13:36 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-07 13:13:40 +0300 |
commit | fee3fee5d2cda4766964b4c3a61a8b1d2ff5e128 (patch) | |
tree | d7e9304b24491b2a80552576fa60e76bcd641fe0 /protocols/Weather/src/stdafx.h | |
parent | 1267fdc83b098432b6d4c7190ec2c4de8a4be9ee (diff) |
fixes #4961 (Weather: не все переменные перечислены в настройках плагина)
Diffstat (limited to 'protocols/Weather/src/stdafx.h')
-rw-r--r-- | protocols/Weather/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h index 70c602ed22..cf1f3240a3 100644 --- a/protocols/Weather/src/stdafx.h +++ b/protocols/Weather/src/stdafx.h @@ -147,7 +147,6 @@ void ConvertBackslashes(char *str); char *GetSearchStr(char *dis);
CMStringW GetDisplay(WEATHERINFO *w, const wchar_t *dis);
-void GetVarsDescr(CMStringW &str);
wchar_t *GetError(int code);
|