Remove some commented-out code.

This commit is contained in:
Brent Simmons 2019-02-10 16:36:56 -08:00
parent 26ae039b91
commit 68af34e397
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ struct SidebarCellLayout {
}
self.faviconRect = rFavicon
// textField.sizeToFit()
// let textFieldSize = textField.fittingSize//frame.size
let textFieldSize = SingleLineTextFieldSizer.size(for: textField.stringValue, font: textField.font!)
var rTextField = NSRect(x: 0.0, y: 0.0, width: textFieldSize.width, height: textFieldSize.height)