As pointed out by Axel, this TODO is invalid.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28341 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-10-27 10:55:41 +00:00
parent d5b30a2548
commit 0d2fb32f12
-2
View File
@@ -229,8 +229,6 @@ InputServer::InputServer()
fAddOnManager = new(std::nothrow) ::AddOnManager(SafeMode());
if (fAddOnManager != NULL) {
fAddOnManager->Run();
// TODO: The BLooper thread may already start running here,
// is this a problem?
fAddOnManager->LoadState();
}