Skip to content

Commit

Permalink
Pattern layer dealloc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
djphoenix committed May 14, 2015
1 parent cb9a313 commit f9dd2ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pxSVG/pxSVGRenderPath.m
Expand Up @@ -54,11 +54,6 @@ - (instancetype)init
return self;
}

- (void)dealloc
{
self.patternLayer = nil;
}

- (void)setPatternLayer:(CALayer *)patternLayer
{
_patternLayer = patternLayer;
Expand Down

0 comments on commit f9dd2ec

Please sign in to comment.