Skip to content
This repository was archived by the owner on Mar 10, 2019. It is now read-only.

Commit a018c9a

Browse files
committed
removed leftover method in sparkline.
1 parent a683b57 commit a018c9a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

LPSparkLine.j

-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
return self;
6363
}
6464

65-
- (void)setLineInset:(CGInset)anInset
66-
{
67-
lineInset = anInset;
68-
[self setNeedsDisplay:YES];
69-
}
70-
7165
- (void)drawRect:(CPRect)aRect
7266
{
7367
var context = [[CPGraphicsContext currentContext] graphicsPort],

0 commit comments

Comments
 (0)