* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36300 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2009, Haiku.
|
* Copyright 2001-2010, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -3927,8 +3927,8 @@ BView::RemoveSelf()
|
|||||||
{
|
{
|
||||||
if (fParent && fParent->fLayoutData->fLayout)
|
if (fParent && fParent->fLayoutData->fLayout)
|
||||||
return fParent->fLayoutData->fLayout->RemoveView(this);
|
return fParent->fLayoutData->fLayout->RemoveView(this);
|
||||||
else
|
|
||||||
return _RemoveSelf();
|
return _RemoveSelf();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user