From 79412831126e49d990a44506af1ae69f78797d6c Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 24 Mar 2016 23:32:20 +0000 Subject: Weather: - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16539 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/stdafx.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'plugins/Weather/src/stdafx.h') diff --git a/plugins/Weather/src/stdafx.h b/plugins/Weather/src/stdafx.h index dd86dfc4fc..43a6d19eed 100644 --- a/plugins/Weather/src/stdafx.h +++ b/plugins/Weather/src/stdafx.h @@ -397,15 +397,12 @@ INT_PTR LoadForecast(WPARAM wParam,LPARAM lParam); INT_PTR WeatherMap(WPARAM wParam,LPARAM lParam); INT_PTR EditSettings(WPARAM wParam,LPARAM lParam); -INT_PTR CALLBACK DlgProcChange(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); int ContactDeleted(WPARAM wParam,LPARAM lParam); BOOL IsMyContact(MCONTACT hContact); // functions in weather_conv.c -BOOL is_number(char *s); - void GetTemp(TCHAR *tempchar, TCHAR *unit, TCHAR *str); void GetSpeed(TCHAR *tempchar, TCHAR *unit, TCHAR *str); void GetPressure(TCHAR *tempchar, TCHAR *unit, TCHAR *str); @@ -462,6 +459,7 @@ bool LoadWIData(bool dial); void FreeWIData(WIDATA *Data); INT_PTR CALLBACK DlgProcSetup(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); +INT_PTR CALLBACK DlgPopupOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); // functions in weather_info.c void GetINIInfo(TCHAR *pszSvc); @@ -475,21 +473,12 @@ void SaveOptions(); int OptInit(WPARAM wParam,LPARAM lParam); -INT_PTR CALLBACK OptionsProc(HWND hdlg,UINT msg,WPARAM wparam,LPARAM lparam); -void SetIconDefault(); -void RemoveIconSettings(); - -BOOL CALLBACK TextOptionsProc(HWND hdlg,UINT msg,WPARAM wparam,LPARAM lparam); -BOOL CALLBACK AdvOptionsProc(HWND hdlg,UINT msg,WPARAM wparam,LPARAM lparam); -INT_PTR CALLBACK DlgProcText(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -INT_PTR CALLBACK DlgPopupOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); // functions in weather_popup.c int WeatherPopup(WPARAM wParam, LPARAM lParam); int WeatherError(WPARAM wParam, LPARAM lParam); int WPShowMessage(TCHAR* lpzText, WORD kind); -LRESULT CALLBACK PopupDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); LRESULT CALLBACK PopupWndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam); // functions in weather_svcs.c @@ -509,8 +498,6 @@ void AvatarDownloaded(MCONTACT hContact); // functions in weather_update.c int UpdateWeather(MCONTACT hContact); -int RetrieveWeather(MCONTACT hContact, WEATHERINFO *winfo); - void UpdateAll(BOOL AutoUpdate, BOOL RemoveOld); void UpdateThreadProc(LPVOID hWnd); INT_PTR UpdateSingleStation(WPARAM wParam,LPARAM lParam); @@ -542,7 +529,6 @@ INT_PTR CALLBACK DlgProcINIPage(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP int BriefInfo(WPARAM wParam, LPARAM lParam); INT_PTR BriefInfoSvc(WPARAM wParam, LPARAM lParam); void LoadBriefInfoText(HWND hwndDlg, MCONTACT hContact); -INT_PTR CALLBACK DlgProcBrief(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); void InitIcons(void); HICON LoadIconEx(const char* name, bool big); -- cgit v1.2.3