diff --git a/PBGitRevisionCell.m b/PBGitRevisionCell.m index 0d3ce9c..83bf906 100644 --- a/PBGitRevisionCell.m +++ b/PBGitRevisionCell.m @@ -65,8 +65,7 @@ NSRect oval = { columnOrigin.x - 5, columnOrigin.y + r.size.height * 0.5 - 5, 10, 10}; - NSBezierPath * path = [NSBezierPath bezierPath]; - path = [NSBezierPath bezierPathWithOvalInRect:oval]; + NSBezierPath * path = [NSBezierPath bezierPathWithOvalInRect:oval]; [[NSColor blackColor] set]; [path fill];