From c8ef5c047f750e1b7860f781edebc531ac00b65c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 24 Mar 2022 12:26:00 +0300 Subject: we don't need that message anymore --- src/mir_app/src/newplugins.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index ff419a71b2..12ffdb230d 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -178,9 +178,6 @@ int LoadStdPlugins() return 1; } - if (pluginDefault[1].pImpl == nullptr) - MessageBox(nullptr, TranslateT("No messaging plugins loaded. Please install/enable one of the messaging plugins, for instance, \"StdMsg.dll\""), L"Miranda NG", MB_OK | MB_ICONWARNING); - return 0; } -- cgit v1.2.3