From d0548b5d631f44cad9bbce5ac521717c87cef3ad Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Nov 2012 10:04:32 +0000 Subject: - by default Weather goes virtual; - version bump; git-svn-id: http://svn.miranda-ng.org/main/trunk@2555 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/weather.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'plugins/Weather/src/weather.h') diff --git a/plugins/Weather/src/weather.h b/plugins/Weather/src/weather.h index 072860c914..95a7d5bf49 100644 --- a/plugins/Weather/src/weather.h +++ b/plugins/Weather/src/weather.h @@ -371,9 +371,6 @@ extern BOOL ThreadRunning; //============ FUNCTION PRIMITIVES ============ -// functions in weather.c -void UpgradeContact(DWORD lastver, HANDLE hContact); - // functions in weather_addstn.c INT_PTR WeatherAddToList(WPARAM wParam,LPARAM lParam); BOOL CheckSearch(); @@ -429,7 +426,7 @@ WEATHERINFO LoadWeatherInfo(HANDLE Change); int DBGetData(HANDLE hContact, char *setting, DBVARIANT *dbv); int DBGetStaticString(HANDLE hContact, const char *szModule, const char *valueName, TCHAR *dest, size_t dest_len); -void EraseAllInfo(DWORD lastver); +void EraseAllInfo(void); void LoadStationData(TCHAR *pszFile, TCHAR *pszShortFile, WIDATA *Data); void GetDataValue(WIDATAITEM *UpdateData, TCHAR *Data, TCHAR** szInfo); -- cgit v1.2.3