From 68af34e3973e96c2e32e2031a6aa4f6330f77d78 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 10 Feb 2019 16:36:56 -0800 Subject: [PATCH] Remove some commented-out code. --- NetNewsWire/MainWindow/Sidebar/Cell/SidebarCellLayout.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/NetNewsWire/MainWindow/Sidebar/Cell/SidebarCellLayout.swift b/NetNewsWire/MainWindow/Sidebar/Cell/SidebarCellLayout.swift index eec1e04eb..90b2aba1f 100644 --- a/NetNewsWire/MainWindow/Sidebar/Cell/SidebarCellLayout.swift +++ b/NetNewsWire/MainWindow/Sidebar/Cell/SidebarCellLayout.swift @@ -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)