diff options
| author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 16:44:52 +0300 |
|---|---|---|
| committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-11-29 16:44:52 +0300 |
| commit | f5cb8bc39cf07e9727a0a03f1dbfcc1dcbc6fe2b (patch) | |
| tree | 10ff63d543e5d34f97a7f10631714aa201142192 /protocols/Slack/src/slack_icons.cpp | |
| parent | bc0ae76e5c65cd5133ace4ae5502b3e62f6b299f (diff) | |
Slack: moved to deprecated
Diffstat (limited to 'protocols/Slack/src/slack_icons.cpp')
| -rw-r--r-- | protocols/Slack/src/slack_icons.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/protocols/Slack/src/slack_icons.cpp b/protocols/Slack/src/slack_icons.cpp deleted file mode 100644 index 2bb652e444..0000000000 --- a/protocols/Slack/src/slack_icons.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include "stdafx.h" - -IconItemT CSlackProto::Icons[] = -{ - { LPGENW("Protocol icon"), "main", IDI_SLACK }, -}; - -void CSlackProto::InitIcons() -{ - Icon_RegisterT(g_hInstance, LPGENW("Protocols") L"/" _A2W(MODULE), Icons, _countof(Icons), MODULE); -} - -HANDLE CSlackProto::GetIconHandle(int iconId) -{ - for (size_t i = 0; i < _countof(Icons); i++) - if (Icons[i].defIconID == iconId) - return Icons[i].hIcolib; - - return NULL; -}
\ No newline at end of file |
