From 781beb2c50cea2ce2a3da799d8e4a70fa21d6fab Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Jan 2025 14:41:41 +0300 Subject: Weather: INI file list removed --- protocols/Weather/src/stdafx.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'protocols/Weather/src/stdafx.h') 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 *); -}; -- cgit v1.2.3