remove an unneeded (and unimplemented) method from TorrentCell.h

This commit is contained in:
Mitchell Livingston 2011-10-24 02:14:57 +00:00
parent d67dd1f292
commit ab93e2d07b
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
}
- (NSRect) iconRectForBounds: (NSRect) bounds;
- (NSRect) rectForTitleWithString: (NSAttributedString *) string withRightBound: (CGFloat) rightBound inBounds: (NSRect) bounds;
- (void) addTrackingAreasForView: (NSView *) controlView inRect: (NSRect) cellFrame withUserInfo: (NSDictionary *) userInfo
mouseLocation: (NSPoint) mouseLocation;