diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 07:37:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-15 07:37:08 +0000 |
commit | 81186dc527ac967b19cd061c96d7df43e6b3eb6a (patch) | |
tree | be7d9c2df1ce8cb05a8018e14a3619598395ad8c /plugins/Weather/src/weather_userinfo.cpp | |
parent | 69a87ceb0623fd28afe72611441f7a6e6ed6307c (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@4037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Weather/src/weather_userinfo.cpp')
-rw-r--r-- | plugins/Weather/src/weather_userinfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Weather/src/weather_userinfo.cpp b/plugins/Weather/src/weather_userinfo.cpp index 1d716a58ef..9ddce8d703 100644 --- a/plugins/Weather/src/weather_userinfo.cpp +++ b/plugins/Weather/src/weather_userinfo.cpp @@ -27,8 +27,6 @@ information #include "weather.h"
-extern INT_PTR CALLBACK DlgProcINIPage(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
-
//============ CONTACT INFORMATION ============
// initialize user info
|