get rid of an unneeded variable

This commit is contained in:
Mitchell Livingston
2007-06-24 15:02:29 +00:00
parent f7f032142a
commit 4986127ff3
3 changed files with 6 additions and 9 deletions

View File

@@ -108,7 +108,7 @@
[fFileOutline setDoubleAction: @selector(revealFile:)];
//set file outline
FilePriorityCell * priorityCell = [[[FilePriorityCell alloc] initForParentView: fFileOutline] autorelease];
FilePriorityCell * priorityCell = [[[FilePriorityCell alloc] init] autorelease];
[[fFileOutline tableColumnWithIdentifier: @"Priority"] setDataCell: priorityCell];
//set blank inspector