diff --git a/src/PluginManager.cpp b/src/PluginManager.cpp index 8818e2436..4e0abb34b 100644 --- a/src/PluginManager.cpp +++ b/src/PluginManager.cpp @@ -1922,11 +1922,6 @@ void PluginManager::Load() LoadGroup(®istry, PluginTypeImporter); LoadGroup(®istry, PluginTypeStub); - - // Not used by 2.1.1 or greater, but must load to allow users to switch between 2.1.0 - // and 2.1.1+. This should be removed after a few releases past 2.1.0. - LoadGroup(®istry, PluginTypeNone); - return; }