diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-30 13:03:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-30 13:03:49 +0000 |
commit | 2b5aaa321425c6309ed912f04badd79e27e9549e (patch) | |
tree | 80172d95527460896e138db326bc4125c907b124 /protocols/Weather/weather.h | |
parent | b947df9fed0907995842d4c7121157508feac65e (diff) |
further cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather/weather.h')
-rw-r--r-- | protocols/Weather/weather.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/Weather/weather.h b/protocols/Weather/weather.h index 047f408dd5..aee843f164 100644 --- a/protocols/Weather/weather.h +++ b/protocols/Weather/weather.h @@ -397,10 +397,6 @@ BOOL IsMyContact(HANDLE hContact); // functions in weather_conv.c
BOOL is_number(char *s);
-extern unsigned lpcp;
-void InitUniConv(void);
-LPWSTR ConvToUnicode(LPCSTR str2);
-
void GetTemp(TCHAR *tempchar, TCHAR *unit, TCHAR *str);
void GetSpeed(TCHAR *tempchar, TCHAR *unit, TCHAR *str);
void GetPressure(TCHAR *tempchar, TCHAR *unit, TCHAR *str);
|