diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-26 07:21:51 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-26 07:21:51 +0000 |
commit | 9c4928583627025821e92541fa8b73f277c6fc38 (patch) | |
tree | fe1d83cd0c47937ae2d3867afaa6bb3c9be94300 /plugins/FTPFileYM/res/ftpfile.rc | |
parent | 0c4b23acc48e7237df0d8111929840fe91ace4c0 (diff) |
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/res/ftpfile.rc')
-rw-r--r-- | plugins/FTPFileYM/res/ftpfile.rc | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/plugins/FTPFileYM/res/ftpfile.rc b/plugins/FTPFileYM/res/ftpfile.rc index 408ec670cd..ec58a2659c 100644 --- a/plugins/FTPFileYM/res/ftpfile.rc +++ b/plugins/FTPFileYM/res/ftpfile.rc @@ -254,18 +254,10 @@ IDI_CLIPBOARD ICON "clipboard.ico" IDI_RESUME ICON "resume.ico"
IDI_CLEAR ICON "clear.ico"
IDI_DELETE ICON "delete.ico"
-#endif // Neutral resources
-/////////////////////////////////////////////////////////////////////////////
-
+#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
-// Czech resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CSY)
-#ifdef _WIN32
-LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
-#pragma code_page(1250)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -292,10 +284,6 @@ END #endif // APSTUDIO_INVOKED
-#endif // Czech resources
-/////////////////////////////////////////////////////////////////////////////
-
-
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
|