Minor cleanup

This commit is contained in:
Gregory John Casamento 2024-07-26 21:24:21 -04:00
parent 71304617b2
commit 9712490625

View file

@ -1629,7 +1629,6 @@ static BOOL browserUseBezels;
inRect: (NSRect)aRect
ofColumn: (NSInteger)column
{
NSViewController *vc = nil;
NSView *cv = nil;
if (!_isTitled || !NSBR_COLUMN_IS_VISIBLE(column))
@ -1641,6 +1640,7 @@ static BOOL browserUseBezels;
if ([_browserDelegate respondsToSelector: sel])
{
id item = [self _itemForColumn: column];
NSViewController *vc = nil;
vc = [_browserDelegate browser: self headerViewControllerForItem: item];
cv = [vc view];
}