diff options
Diffstat (limited to 'protocols/Weather/weather.h')
-rw-r--r-- | protocols/Weather/weather.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Weather/weather.h b/protocols/Weather/weather.h index aee843f164..e044b2a75e 100644 --- a/protocols/Weather/weather.h +++ b/protocols/Weather/weather.h @@ -484,8 +484,6 @@ 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);
-void SelectMenuItem(HMENU hMenu, int Check);
-
// functions in weather_svcs.c
void InitServices(void);
void DestroyServices(void);
|