1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 13:03:50 +00:00

a little cleanup

This commit is contained in:
Mitchell Livingston 2007-05-19 15:12:02 +00:00
parent f250038102
commit b9ea37aca9

View file

@ -50,11 +50,6 @@
return self;
}
- (void) dealloc
{
[super dealloc];
}
- (void) setFiles: (NSArray *) files
{
uint64_t size = 0;
@ -103,10 +98,8 @@
- (void) setURL: (NSString *) url
{
#warning get globe icon
NSImage * icon = nil;
[[self contentView] setOverlay: [NSImage imageNamed: @"Globe.tiff"] mainLine: NSLocalizedString(@"Web Address", "Drag overlay -> url") subLine: url];
[[self contentView] setOverlay: [NSImage imageNamed: @"Globe.tiff"]
mainLine: NSLocalizedString(@"Web Address", "Drag overlay -> url") subLine: url];
}
@end