Remove DynamicObject::Start call.

This commit is contained in:
Gunnar Beutner 2013-09-11 15:38:04 +02:00
parent e3dba08d6a
commit 7961dc4e78

View File

@ -53,8 +53,6 @@ char **Application::m_ArgV;
*/
void Application::OnConfigLoaded(void)
{
DynamicObject::Start();
m_PidFile = NULL;
#ifdef _WIN32