summaryrefslogtreecommitdiff
path: root/protocols/Slack/src/slack_icons.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-11-29 16:44:52 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-11-29 16:44:52 +0300
commitf5cb8bc39cf07e9727a0a03f1dbfcc1dcbc6fe2b (patch)
tree10ff63d543e5d34f97a7f10631714aa201142192 /protocols/Slack/src/slack_icons.cpp
parentbc0ae76e5c65cd5133ace4ae5502b3e62f6b299f (diff)
Slack: moved to deprecated
Diffstat (limited to 'protocols/Slack/src/slack_icons.cpp')
-rw-r--r--protocols/Slack/src/slack_icons.cpp20
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