diff options
author | George Hazan <george.hazan@gmail.com> | 2025-01-24 14:41:41 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-01-24 14:41:41 +0300 |
commit | 781beb2c50cea2ce2a3da799d8e4a70fa21d6fab (patch) | |
tree | 8715df52e062fbb03b789f448d3538c4a3848c63 /protocols/Weather/src/stdafx.h | |
parent | dc4281db051303af1f09bc151d00d64d010ce3f2 (diff) |
Weather: INI file list removed
Diffstat (limited to 'protocols/Weather/src/stdafx.h')
-rw-r--r-- | protocols/Weather/src/stdafx.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h index a6992c2d62..7e119ab19f 100644 --- a/protocols/Weather/src/stdafx.h +++ b/protocols/Weather/src/stdafx.h @@ -287,28 +287,9 @@ bool LoadWIData(bool dial); /////////////////////////////////////////////////////////////////////////////////////////
// functions in weather_info.c
-void GetINIInfo(wchar_t *pszSvc);
-wchar_t* GetINIVersionNum(int iVersion);
const wchar_t *GetDefaultText(int c);
-void MoreVarList();
-
/////////////////////////////////////////////////////////////////////////////////////////
// function from multiwin module
void UpdateMwinData(MCONTACT hContact);
-
-/////////////////////////////////////////////////////////////////////////////////////////
-// UI Classes
-
-class WeatherMyDetailsDlg : public CUserInfoPageDlg
-{
- CCtrlButton btnReload;
-
-public:
- WeatherMyDetailsDlg();
-
- bool OnInitDialog() override;
-
- void onClick_Reload(CCtrlButton *);
-};
|