Skip to content

Commit

Permalink
Clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Jan 19, 2025
1 parent fbb22c0 commit 86f97ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NSBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -3545,7 +3545,7 @@ - (void) _performLoadOfColumn: (NSInteger)column
{
BOOL leaf = YES;
id val = nil;
NSNumber *leafBool = nil; // [child valueForKeyPath: leafKeyPath];
NSNumber *leafBool = nil;

child = [children objectAtIndex: i];
leafBool = [child valueForKeyPath: leafKeyPath];
Expand Down

0 comments on commit 86f97ac

Please sign in to comment.