remove unused context param, fix typo

This commit is contained in:
Horcrux
2016-07-25 12:53:34 +08:00
parent a2598a5591
commit 03685f3787
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
return nil;
}
- (void)saveDefination:(CGContextRef)context
- (void)saveDefinition
{
[[self getSvgView] defineClipPath:self clipPathRef:self.name];
}