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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user