diff options
author | George Hazan <ghazan@miranda.im> | 2022-03-24 12:26:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-03-24 12:26:00 +0300 |
commit | c8ef5c047f750e1b7860f781edebc531ac00b65c (patch) | |
tree | f2fb622ffb5273744aaf529fd7a9631a642a24b4 /src/mir_app | |
parent | 7401cfeb7d56359e96679f2fe306885ed63587f0 (diff) |
we don't need that message anymore
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/newplugins.cpp | 3 |
1 files changed, 0 insertions, 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;
}
|