mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
minor fixes
This commit is contained in:
parent
d3e628fec5
commit
9c84decf5f
1 changed files with 0 additions and 12 deletions
|
@ -33,18 +33,6 @@
|
|||
|
||||
@implementation NSPathComponentCell
|
||||
|
||||
- (instancetype) init
|
||||
{
|
||||
self = [super init];
|
||||
if (self != nil)
|
||||
{
|
||||
_image = nil;
|
||||
_url = nil;
|
||||
_lastComponent = NO;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_image);
|
||||
|
|
Loading…
Reference in a new issue