mirror of
https://github.com/transmission/transmission.git
synced 2026-05-02 22:52:37 +01:00
Transition to ARC
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
|
||||
DragOverlayView * view = [[DragOverlayView alloc] initWithFrame: [self frame]];
|
||||
[self setContentView: view];
|
||||
[view release];
|
||||
|
||||
[self setReleasedWhenClosed: NO];
|
||||
[self setIgnoresMouseEvents: YES];
|
||||
@@ -77,10 +76,7 @@
|
||||
{
|
||||
[[NSNotificationCenter defaultCenter] removeObserver: self];
|
||||
|
||||
[fFadeInAnimation release];
|
||||
[fFadeOutAnimation release];
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void) setTorrents: (NSArray *) files
|
||||
|
||||
Reference in New Issue
Block a user