From 90210dd95d23b212b20ff9ba90d5827312b02175 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 24 Jun 2007 15:03:35 +0000 Subject: [PATCH] get rid of unneeded variable --- macosx/FilePriorityCell.h | 1 - 1 file changed, 1 deletion(-) diff --git a/macosx/FilePriorityCell.h b/macosx/FilePriorityCell.h index ec7e79092..cff712254 100644 --- a/macosx/FilePriorityCell.h +++ b/macosx/FilePriorityCell.h @@ -5,7 +5,6 @@ @interface FilePriorityCell : NSSegmentedCell { - FileOutlineView * fParentView; NSMutableDictionary * fItem; }