diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Dummy/src/main.cpp | 11 |
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)
|