File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Modules/Sources/PointOfSale/Presentation/Settings Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,6 @@ private extension POSSettingsLocalCatalogDetailView {
9090 }
9191 }
9292 }
93-
94- @ViewBuilder
95- func sectionHeaderView( title: String ) -> some View {
96- ZStack {
97- Style . backgroundColor
98- Text ( title)
99- . font ( . posBodyLargeBold)
100- . foregroundColor ( . posOnSurface)
101- . frame ( maxWidth: . infinity, alignment: . leading)
102- . padding ( . horizontal, POSPadding . medium)
103- . padding ( . vertical, POSPadding . small)
104- }
105- }
10693}
10794
10895private extension POSSettingsLocalCatalogDetailView {
@@ -117,12 +104,6 @@ private extension POSSettingsLocalCatalogDetailView {
117104 comment: " Navigation title for the local catalog details in POS settings. "
118105 )
119106
120- static let catalogStatus = NSLocalizedString (
121- " posSettingsLocalCatalogDetailView.catalogStatus " ,
122- value: " Catalog Status " ,
123- comment: " Section title for catalog status in Point of Sale settings. "
124- )
125-
126107 static let managingDataUsage = NSLocalizedString (
127108 " posSettingsLocalCatalogDetailView.managingDataUsage.2 " ,
128109 value: " Cellular data " ,
You can’t perform that action at this time.
0 commit comments