Removed superfluous early load call.

git-svn-id: http://voip.null.ro/svn/yate@1719 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2008-02-08 12:38:29 +00:00
parent c8d94ac06e
commit 4ef91884fd
1 changed files with 0 additions and 2 deletions

View File

@ -513,8 +513,6 @@ MuxModule::MuxModule()
{
Output("Loaded module MUX");
m_prefix << debugName() << "/";
// This is an utility module: load early, unload late
Engine::pluginMode(Engine::LoadEarly);
}
MuxModule::~MuxModule()