diff options
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);
|