From 20496186adc6fbfa69c1212f7fa386ae7e438803 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 25 Jun 2024 16:18:57 +0300 Subject: =?UTF-8?q?fixes=20#4483=20(=D0=A1=D1=82=D0=B0=D0=B1=D0=B8=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D0=B0=D1=8F=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=B2=D0=B8=D0=B4=D0=B8=D1=82=20Discord,=20=D0=BD=D0=BE=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D0=BC=D0=BE=D0=B6=D0=B5=D1=82=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Dummy/src/main.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'protocols/Dummy') 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 } static g_pluginAim; -#ifndef MIRANDA_VERSION_ISALPHA -struct CMPluginDiscord : public ACCPROTOPLUGIN -{ - CMPluginDiscord() : ACCPROTOPLUGIN("Discord", pluginInfoEx) - { - SetUniqueId("id"); - } -} -static g_pluginDiscord; -#endif - struct CMPluginYahoo : public ACCPROTOPLUGIN { CMPluginYahoo() : ACCPROTOPLUGIN("YAHOO", pluginInfoEx) -- cgit v1.2.3