mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:10:47 +00:00
Clean up comments
This commit is contained in:
parent
fbb22c07bf
commit
86f97ac54d
1 changed files with 1 additions and 1 deletions
|
@ -3545,7 +3545,7 @@ static BOOL browserUseBezels;
|
||||||
{
|
{
|
||||||
BOOL leaf = YES;
|
BOOL leaf = YES;
|
||||||
id val = nil;
|
id val = nil;
|
||||||
NSNumber *leafBool = nil; // [child valueForKeyPath: leafKeyPath];
|
NSNumber *leafBool = nil;
|
||||||
|
|
||||||
child = [children objectAtIndex: i];
|
child = [children objectAtIndex: i];
|
||||||
leafBool = [child valueForKeyPath: leafKeyPath];
|
leafBool = [child valueForKeyPath: leafKeyPath];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue