diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-07 19:40:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-07 19:40:11 +0300 |
commit | 3aae70e7ad1247f82d14314a6afe9c4b22d0fa2a (patch) | |
tree | 5ce54d69b0d73aa78b66756c8d86f7403acbd619 /protocols/Dummy/src/main.cpp | |
parent | b396750fae7f9f41043ddeb849e5cff29cbcca9c (diff) |
MRA account support moved from Dummy to ICQ
Diffstat (limited to 'protocols/Dummy/src/main.cpp')
-rw-r--r-- | protocols/Dummy/src/main.cpp | 9 |
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;
|