From 70597686af875aede3183e1b9a8e870f623bcb78 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Apr 2020 20:17:19 +0300 Subject: unused resources removed --- plugins/Clist_blind/Clist_blind.vcxproj | 6 ------ plugins/Clist_blind/res/resource.rc | 16 +--------------- plugins/Clist_blind/src/resource.h | 3 --- 3 files changed, 1 insertion(+), 24 deletions(-) (limited to 'plugins/Clist_blind') diff --git a/plugins/Clist_blind/Clist_blind.vcxproj b/plugins/Clist_blind/Clist_blind.vcxproj index c3e10a2845..f82cbeef8a 100644 --- a/plugins/Clist_blind/Clist_blind.vcxproj +++ b/plugins/Clist_blind/Clist_blind.vcxproj @@ -19,15 +19,9 @@ - - - - - - Clist_blind {2E15C462-A150-4A37-ACD6-FBAECF1724F5} diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc index b7b8dac64f..0dc3bf5f13 100644 --- a/plugins/Clist_blind/res/resource.rc +++ b/plugins/Clist_blind/res/resource.rc @@ -290,25 +290,11 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_RENAME ICON "rename.ico" -IDI_BLANK ICON "..\\..\\..\\src\\mir_app\\res\\_blank.ico" +IDI_RENAME ICON "rename.ico" IDI_DELETE ICON "delete.ico" - -///////////////////////////////////////////////////////////////////////////// -// -// Cursor -// - -IDC_HYPERLINKHAND CURSOR "..\\..\\..\\src\\mir_app\\res\\cursor_hyperlink.cur" - -IDC_DROP CURSOR "..\\..\\..\\src\\mir_app\\res\\cursor_drag_copy.cur" - -IDC_DROPUSER CURSOR "..\\..\\..\\src\\mir_app\\res\\cursor_drop_user.cur" - - ///////////////////////////////////////////////////////////////////////////// // // AFX_DIALOG_LAYOUT diff --git a/plugins/Clist_blind/src/resource.h b/plugins/Clist_blind/src/resource.h index 5d59bb030e..d8ae3e9f46 100644 --- a/plugins/Clist_blind/src/resource.h +++ b/plugins/Clist_blind/src/resource.h @@ -3,10 +3,7 @@ // Used by W:\miranda-ng\plugins\Clist_blind\res\resource.rc // #define IDD_OPT_CLIST 126 -#define IDC_DROP 183 #define IDD_OPT_HOTKEY 184 -#define IDC_HYPERLINKHAND 214 -#define IDC_DROPUSER 215 #define IDD_OPT_CLUI 218 #define IDD_OPT_CLC 228 #define IDD_OPT_CLCBKG 230 -- cgit v1.2.3