From d15131c8dd6ec9ccca39242fd032c9722bb1ea64 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 22 Jan 2024 13:28:36 +0300 Subject: more for #4135 (Dummy: remove Discord deprecation rule) --- protocols/Dummy/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols') diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp index 340b79fae8..91893d6a9e 100644 --- a/protocols/Dummy/src/main.cpp +++ b/protocols/Dummy/src/main.cpp @@ -68,6 +68,7 @@ struct CMPluginAim : public ACCPROTOPLUGIN } static g_pluginAim; +#ifndef MIRANDA_VERSION_ISALPHA struct CMPluginDiscord : public ACCPROTOPLUGIN { CMPluginDiscord() : ACCPROTOPLUGIN("Discord", pluginInfoEx) @@ -76,6 +77,7 @@ struct CMPluginDiscord : public ACCPROTOPLUGIN } } static g_pluginDiscord; +#endif struct CMPluginYahoo : public ACCPROTOPLUGIN { -- cgit v1.2.3