summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-06-25 16:18:57 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-06-25 16:18:57 +0300
commit20496186adc6fbfa69c1212f7fa386ae7e438803 (patch)
tree9fd09e056e12529c7e5ffccc51180e27e1c248e8 /protocols/Dummy/src/main.cpp
parent2b0fedca7ad38d8ddd4af8e9ccfd23e9c21dc3b5 (diff)
fixes #4483 (Стабильная версия видит Discord, но не может его использовать)
Diffstat (limited to 'protocols/Dummy/src/main.cpp')
-rw-r--r--protocols/Dummy/src/main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp
index 91893d6a9e..32d2bb682a 100644
--- a/protocols/Dummy/src/main.cpp
+++ b/protocols/Dummy/src/main.cpp
@@ -68,17 +68,6 @@ struct CMPluginAim : public ACCPROTOPLUGIN<CDummyProto>
}
static g_pluginAim;
-#ifndef MIRANDA_VERSION_ISALPHA
-struct CMPluginDiscord : public ACCPROTOPLUGIN<CDummyProto>
-{
- CMPluginDiscord() : ACCPROTOPLUGIN<CDummyProto>("Discord", pluginInfoEx)
- {
- SetUniqueId("id");
- }
-}
-static g_pluginDiscord;
-#endif
-
struct CMPluginYahoo : public ACCPROTOPLUGIN<CDummyProto>
{
CMPluginYahoo() : ACCPROTOPLUGIN<CDummyProto>("YAHOO", pluginInfoEx)