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:
@@ -299,8 +299,6 @@ ServerWindow::Init(BRect frame, window_look look, window_feel feel,
|
|||||||
Window*
|
Window*
|
||||||
ServerWindow::Window() const
|
ServerWindow::Window() const
|
||||||
{
|
{
|
||||||
ASSERT_MULTI_LOCKED(fDesktop->WindowLocker());
|
|
||||||
|
|
||||||
if (!fWindowAddedToDesktop)
|
if (!fWindowAddedToDesktop)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user