diff --git a/macosx/TorrentTableView.h b/macosx/TorrentTableView.h index 6994c293f..15cfca058 100644 --- a/macosx/TorrentTableView.h +++ b/macosx/TorrentTableView.h @@ -50,8 +50,6 @@ NSMutableArray * fKeyStrokes; - NSDictionary * fSmallStatusAttributes; - IBOutlet NSMenu * fActionMenu, * fUploadMenu, * fDownloadMenu, * fRatioMenu; Torrent * fMenuTorrent; } diff --git a/macosx/TorrentTableView.m b/macosx/TorrentTableView.m index e2d035324..900db88b6 100644 --- a/macosx/TorrentTableView.m +++ b/macosx/TorrentTableView.m @@ -80,9 +80,6 @@ fKeyStrokes = [[NSMutableArray alloc] init]; - fSmallStatusAttributes = [[NSDictionary alloc] initWithObjectsAndKeys: - [NSFont messageFontOfSize: 9.0], NSFontAttributeName, nil]; - fDefaults = [NSUserDefaults standardUserDefaults]; [self setDelegate: self]; @@ -100,8 +97,6 @@ - (void) dealloc { [fKeyStrokes release]; - [fSmallStatusAttributes release]; - [fMenuTorrent release]; [super dealloc];