re-add layout code commented out in r13583

This commit is contained in:
Mitchell Livingston
2012-10-29 22:44:12 +00:00
parent a5971d289a
commit 7e2f344ff6
4 changed files with 4 additions and 13 deletions

View File

@@ -51,8 +51,6 @@
[super dealloc];
}
#warning enable after 2.7
/*
- (void) awakeFromNib
{
#warning remove when 10.7-only with auto layout
@@ -93,7 +91,7 @@
frame.size.width -= widthIncrease;
[field setFrame: frame];
}
}*/
}
- (void) setInfoForTorrents: (NSArray *) torrents
{