mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-04 05:17:47 +02:00
ModuleManager::mLibs never becomes non-empty. Remove it.
This commit is contained in:
@@ -120,10 +120,6 @@ private:
|
||||
// ComponentInterface objects for each path:
|
||||
ModuleMap mDynModules;
|
||||
|
||||
// Dynamically loaded libraries, each one a factory that makes one of the
|
||||
// (non-built-in) providers:
|
||||
LibraryMap mLibs;
|
||||
|
||||
// Other libraries that receive notifications of events described by
|
||||
// ModuleDispatchTypes:
|
||||
std::vector<std::unique_ptr<Module>> mModules;
|
||||
|
||||
Reference in New Issue
Block a user