diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-04 20:05:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-04 20:05:48 +0300 |
commit | 831e8eece6de0d6939e3ef593a83687a39df24d3 (patch) | |
tree | 60121ee8e174d6d29c7037703b1f45d0649734f3 /plugins | |
parent | b35fc72bfb45a527d4c8b181019ab38cd3d813aa (diff) |
we don't need this icon either
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/res/ICONS_NOVA.rc | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/res/imgopen.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/res/resource.h | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/src/msgs.cpp | 1 |
4 files changed, 0 insertions, 3 deletions
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 Binary files differdeleted file mode 100644 index a3cf43b4a0..0000000000 --- a/plugins/TabSRMM/TabSRMM_icons/res/imgopen.ico +++ /dev/null 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 },
|