Skip to content

Commit a50808e

Browse files
committed
Remove redundant registration of cell classes
1 parent c1436ae commit a50808e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift

-6
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,6 @@ final class SettingsDataSource: UITableViewDiffableDataSource<SettingsDataSource
143143
// MARK: - Private
144144

145145
private func registerClasses() {
146-
CellReuseIdentifier.allCases.forEach { cellIdentifier in
147-
tableView?.register(
148-
cellIdentifier.reusableViewClass,
149-
forCellReuseIdentifier: cellIdentifier.rawValue
150-
)
151-
}
152146

153147
HeaderFooterReuseIdentifier.allCases.forEach { reuseIdentifier in
154148
tableView?.register(

0 commit comments

Comments
 (0)