1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

get rid of unneeded variable

This commit is contained in:
Mitchell Livingston 2007-06-24 15:03:35 +00:00
parent 4986127ff3
commit 90210dd95d

View file

@ -5,7 +5,6 @@
@interface FilePriorityCell : NSSegmentedCell
{
FileOutlineView * fParentView;
NSMutableDictionary * fItem;
}