Migrate sample project to ARC

Conflicts:

	ExampleProject/Example.xcodeproj/project.pbxproj
This commit is contained in:
Justin Spahr-Summers
2011-11-12 17:31:31 -08:00
parent 068ec9c502
commit 9ff48ddd31
8 changed files with 7 additions and 43 deletions
@@ -7,10 +7,6 @@
/**
* Clean up
*/
-(void)dealloc {
[_labelRenderer release];
[super dealloc];
}
/**
* Initialize
@@ -60,7 +56,6 @@
gradient = [[NSGradient alloc] initWithStartingColor:start endingColor:end];
[gradient drawInRect:self.bounds angle:90];
[gradient release];
[[start shadowWithLevel:0.1] set];
NSRectFill(NSMakeRect(0, 0, self.bounds.size.width, 1));