Remove lingering TODO comment

This commit is contained in:
Justin Spahr-Summers
2012-07-24 18:13:03 -07:00
parent 5ea7926855
commit c3dc65c1a1
@@ -85,8 +85,6 @@
// replace image with a dynamically generated fancy inset image
// 1. use the image as a mask to draw a blue gradient
// 2. generate an inner shadow image based on the mask, then overlay that on top
// TODO: Refactor this to use NSImage.
image = [NSImage imageWithSize:imageRect.size drawing:^(CGContextRef ctx) {
CGRect r;
r.origin = CGPointZero;