diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-06 20:17:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-06 20:17:19 +0300 |
commit | 70597686af875aede3183e1b9a8e870f623bcb78 (patch) | |
tree | 65aba714e0d558013ec7bc7bdd56ffd2e115949e /plugins/Clist_blind | |
parent | cb3970a1bfc4e3c3c990300590bca72092d48e6a (diff) |
unused resources removed
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r-- | plugins/Clist_blind/Clist_blind.vcxproj | 6 | ||||
-rw-r--r-- | plugins/Clist_blind/res/resource.rc | 16 | ||||
-rw-r--r-- | plugins/Clist_blind/src/resource.h | 3 |
3 files changed, 1 insertions, 24 deletions
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 @@ </ProjectConfiguration>
</ItemGroup>
<ItemGroup>
- <Image Include="..\..\src\mir_app\res\_blank.ico" />
<Image Include="res\delete.ico" />
<Image Include="res\rename.ico" />
</ItemGroup>
- <ItemGroup>
- <None Include="..\..\src\mir_app\res\cursor_drag_copy.cur" />
- <None Include="..\..\src\mir_app\res\cursor_drop_user.cur" />
- <None Include="..\..\src\mir_app\res\cursor_hyperlink.cur" />
- </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectName>Clist_blind</ProjectName>
<ProjectGuid>{2E15C462-A150-4A37-ACD6-FBAECF1724F5}</ProjectGuid>
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
|