🔥 Remove unused code

This commit is contained in:
Stuart Breckenridge
2025-06-13 20:09:02 +08:00
parent 7caafe93d8
commit 236ab36730

View File

@@ -51,12 +51,7 @@ class MainFeedViewController: UITableViewController, UndoableCommandRunner {
super.viewDidLoad()
// If you don't have an empty table header, UIKit tries to help out by putting one in for you
// that makes a gap between the first section header and the navigation bar
// var frame = CGRect.zero
// frame.size.height = .leastNormalMagnitude
// tableView.tableHeaderView = UIView(frame: frame)
tableView.register(MainFeedTableViewSectionHeader.self, forHeaderFooterViewReuseIdentifier: "SectionHeader")
tableView.dragDelegate = self
tableView.dropDelegate = self