Remove another assert that fails. In this case the access from ServerApp is fine.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42477 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2011-07-25 00:11:33 +00:00
parent c0dad949ee
commit 5b1742af27
-2
View File
@@ -299,8 +299,6 @@ ServerWindow::Init(BRect frame, window_look look, window_feel feel,
Window*
ServerWindow::Window() const
{
ASSERT_MULTI_LOCKED(fDesktop->WindowLocker());
if (!fWindowAddedToDesktop)
return NULL;