diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-30 18:48:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-30 18:48:40 +0000 |
commit | c9816719b87cb6115cd2480c8d2d7c6410acf37e (patch) | |
tree | 1f4063d40084a4dff01ebd3e39bcf7b03a70015f /protocols/Weather/weather.h | |
parent | 4540036e07fce39b653bbb2777df48f451368e67 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@242 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|