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/res | |
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/res')
-rw-r--r-- | plugins/Weather/res/Version.rc | 4 | ||||
-rw-r--r-- | plugins/Weather/res/info.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/res/infologo.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/res/reload.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/Weather/res/resource.rc | 8 |
5 files changed, 2 insertions, 10 deletions
diff --git a/plugins/Weather/res/Version.rc b/plugins/Weather/res/Version.rc index d741488c4f..5bfbab4754 100644 --- a/plugins/Weather/res/Version.rc +++ b/plugins/Weather/res/Version.rc @@ -7,10 +7,6 @@ #include "afxres.h"
#include "..\src\version.h"
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#endif //_WIN32
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
diff --git a/plugins/Weather/res/info.ico b/plugins/Weather/res/info.ico Binary files differdeleted file mode 100644 index b073e61af6..0000000000 --- a/plugins/Weather/res/info.ico +++ /dev/null diff --git a/plugins/Weather/res/infologo.ico b/plugins/Weather/res/infologo.ico Binary files differdeleted file mode 100644 index b77b7a4b95..0000000000 --- a/plugins/Weather/res/infologo.ico +++ /dev/null diff --git a/plugins/Weather/res/reload.ico b/plugins/Weather/res/reload.ico Binary files differdeleted file mode 100644 index 1755bf271e..0000000000 --- a/plugins/Weather/res/reload.ico +++ /dev/null diff --git a/plugins/Weather/res/resource.rc b/plugins/Weather/res/resource.rc index 9c88773c3f..34690d8d71 100644 --- a/plugins/Weather/res/resource.rc +++ b/plugins/Weather/res/resource.rc @@ -7,7 +7,7 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include <windows.h>
+#include <winres.h>
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -305,10 +305,6 @@ BEGIN RIGHTMARGIN, 308
END
- IDD_USERINFO, DIALOG
- BEGIN
- END
-
IDD_SETUP, DIALOG
BEGIN
BOTTOMMARGIN, 136
@@ -402,7 +398,7 @@ END 2 TEXTINCLUDE
BEGIN
- "#include <windows.h>\r\n"
+ "#include <winres.h>\r\n"
"\0"
END
|