summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift6
1 files changed, 0 insertions, 6 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
index 2891fc4d5f..85d683b587 100644
--- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
+++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsDataSource.swift
@@ -359,13 +359,7 @@ final class VPNSettingsDataSource: UITableViewDiffableDataSource<
// 0 due to there already being a separator between .dnsSettings and .ipOverrides.
case .dnsSettings: 0
case .ipOverrides: UIMetrics.TableView.sectionSpacing
-
- #if DEBUG
case .quantumResistance: tableView.estimatedRowHeight
- #else
- case .wireGuardObfuscationPort: tableView.estimatedRowHeight
- #endif
-
default: 0.5
}
}