minor fixes

This commit is contained in:
Gregory John Casamento 2020-05-06 23:52:06 -04:00
parent d3e628fec5
commit 9c84decf5f

View file

@ -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);