mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Remove unused variable.
This commit is contained in:
parent
2cca7e44aa
commit
ec0e80eaee
1 changed files with 2 additions and 3 deletions
|
@ -220,12 +220,11 @@ static Class pathComponentCellClass;
|
|||
|
||||
- (void) drawInteriorWithFrame: (NSRect)frame inView: (NSView *)controlView
|
||||
{
|
||||
NSUInteger count = [_pathComponentCells count];
|
||||
NSEnumerator *en = [_pathComponentCells objectEnumerator];
|
||||
NSPathComponentCell *cell = nil;
|
||||
|
||||
[super drawInteriorWithFrame: frame
|
||||
inView: controlView];
|
||||
NSEnumerator *en = [_pathComponentCells objectEnumerator];
|
||||
NSPathComponentCell *cell = nil;
|
||||
|
||||
while ((cell = (NSPathComponentCell *)[en nextObject]) != nil)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue