summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-07 19:40:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-07 19:40:11 +0300
commit3aae70e7ad1247f82d14314a6afe9c4b22d0fa2a (patch)
tree5ce54d69b0d73aa78b66756c8d86f7403acbd619 /protocols/Dummy/src/main.cpp
parentb396750fae7f9f41043ddeb849e5cff29cbcca9c (diff)
MRA account support moved from Dummy to ICQ
Diffstat (limited to 'protocols/Dummy/src/main.cpp')
-rw-r--r--protocols/Dummy/src/main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp
index d6c786e42b..4dbf8e16eb 100644
--- a/protocols/Dummy/src/main.cpp
+++ b/protocols/Dummy/src/main.cpp
@@ -112,12 +112,3 @@ struct CMPluginWhatsapp : public ACCPROTOPLUGIN<CDummyProto>
}
}
static g_pluginWhatsapp;
-
-struct CMPluginMra : public ACCPROTOPLUGIN<CDummyProto>
-{
- CMPluginMra() : ACCPROTOPLUGIN<CDummyProto>("MRA", pluginInfoEx)
- {
- SetUniqueId("e-mail");
- }
-}
-static g_pluginMra;