Superfluous parentheses.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -946,7 +946,7 @@ TermWindow::_RemoveTab(int32 index)
|
||||
if (Session* session = (Session*)fSessions.RemoveItem(index)) {
|
||||
if (fSessions.CountItems() == 1) {
|
||||
fTabView->SetScrollView(dynamic_cast<BScrollView*>(
|
||||
(_SessionAt(0))->containerView->Parent()));
|
||||
_SessionAt(0)->containerView->Parent()));
|
||||
}
|
||||
|
||||
delete session;
|
||||
|
||||
Reference in New Issue
Block a user