diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 14:54:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 14:54:57 +0000 |
commit | 6b38bd980c93eb70ce88641ef8c89ad4839940bd (patch) | |
tree | bde73d156cf909c502ef3e0a51ce444d7506481e /plugins/SMS/res/resource.rc | |
parent | 1c22e5aa2c0bd52eef7b42806c20ff33246f3dc2 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS/res/resource.rc')
-rw-r--r-- | plugins/SMS/res/resource.rc | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/plugins/SMS/res/resource.rc b/plugins/SMS/res/resource.rc index 6ed23fbcdf..430840d809 100644 --- a/plugins/SMS/res/resource.rc +++ b/plugins/SMS/res/resource.rc @@ -196,18 +196,6 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Neutral resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.K.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -234,7 +222,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // English (U.K.) resources
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
|