removed openbeos plugin directory

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12881 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2005-05-29 00:42:44 +00:00
parent 3c0cb78db9
commit 697bc06297

View File

@ -223,13 +223,6 @@ AddOnManager::RegisterAddOns()
fHandler->AddDirectory(&nref);
}
}
// ToDo: this is for our own convenience only, and should be removed
// in the final release
if ((directory.SetTo("/boot/home/develop/openbeos/current/distro/x86.R1/beos/system/add-ons/media/plugins") == B_OK)
&& (directory.GetNodeRef(&nref) == B_OK)) {
fHandler->AddDirectory(&nref);
}
}