From 831e8eece6de0d6939e3ef593a83687a39df24d3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 4 Oct 2024 20:05:48 +0300 Subject: we don't need this icon either --- plugins/TabSRMM/TabSRMM_icons/res/ICONS_NOVA.rc | 1 - plugins/TabSRMM/TabSRMM_icons/res/imgopen.ico | Bin 1150 -> 0 bytes plugins/TabSRMM/TabSRMM_icons/res/resource.h | 1 - plugins/TabSRMM/src/msgs.cpp | 1 - 4 files changed, 3 deletions(-) delete mode 100644 plugins/TabSRMM/TabSRMM_icons/res/imgopen.ico (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/TabSRMM_icons/res/ICONS_NOVA.rc b/plugins/TabSRMM/TabSRMM_icons/res/ICONS_NOVA.rc index 77ea2b89e3..a4d02d223f 100644 --- a/plugins/TabSRMM/TabSRMM_icons/res/ICONS_NOVA.rc +++ b/plugins/TabSRMM/TabSRMM_icons/res/ICONS_NOVA.rc @@ -29,7 +29,6 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_IMAGETAG ICON "imgopen.ico" IDI_PULLDOWNARROW ICON "pulldown.ico" IDI_LEFTARROW ICON "leftarrow.ico" IDI_PULLUPARROW ICON "pullup.ico" diff --git a/plugins/TabSRMM/TabSRMM_icons/res/imgopen.ico b/plugins/TabSRMM/TabSRMM_icons/res/imgopen.ico deleted file mode 100644 index a3cf43b4a0..0000000000 Binary files a/plugins/TabSRMM/TabSRMM_icons/res/imgopen.ico and /dev/null differ diff --git a/plugins/TabSRMM/TabSRMM_icons/res/resource.h b/plugins/TabSRMM/TabSRMM_icons/res/resource.h index 90ee8bfbea..3ad98645b0 100644 --- a/plugins/TabSRMM/TabSRMM_icons/res/resource.h +++ b/plugins/TabSRMM/TabSRMM_icons/res/resource.h @@ -62,7 +62,6 @@ // reserved icons #define IDI_EMPTY 170 -#define IDI_IMAGETAG 171 #define IDI_TRAYANIM1 190 #define IDI_TRAYANIM2 191 diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index 25b2e9c06a..ec90150725 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -442,7 +442,6 @@ void TSAPI CreateImageList(bool bInitial) static TIconDesc _toolbaricons[] = { { "tabSRMM_mlog", LPGEN("Message Log options"), 0, -IDI_MSGLOGOPT, 1 }, // 2 - { "tabSRMM_multi", LPGEN("Image tag"), 0, -IDI_IMAGETAG, 1 }, { "tabSRMM_quote", LPGEN("Quote text"), 0, -IDI_QUOTE, 1 }, { "tabSRMM_save", LPGEN("Save and close"), &PluginConfig.g_buttonBarIcons[ICON_BUTTON_SAVE], -IDI_SAVE, 1 }, { "tabSRMM_send", LPGEN("Send message"), &PluginConfig.g_buttonBarIcons[ICON_BUTTON_SEND], -IDI_SEND, 1 }, -- cgit v1.2.3