Skip to content

Commit ca27c98

Browse files
committed
cleanup unused
1 parent e0e5a50 commit ca27c98

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

WooCommerce/Classes/POS/Presentation/CartView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import WooFoundation
33

44
struct CartView: View {
55
@Environment(PointOfSaleAggregateModel.self) private var posModel
6-
@Environment(\.posFeatureFlags) private var featureFlags
76
@Environment(\.posAnalytics) private var analytics
87
private let viewHelper = CartViewHelper()
98

WooCommerce/Classes/POS/Presentation/POSFloatingControlView.swift

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -147,31 +147,6 @@ private extension POSFloatingControlView {
147147
"The action is confirmed in a modal."
148148
)
149149

150-
static let getSupport = NSLocalizedString(
151-
"pointOfSale.floatingButtons.getSupport.button.title",
152-
value: "Get Support",
153-
comment: "The title of the menu button to get support for Point of Sale, shown in a popover menu."
154-
)
155-
156-
static let viewDocumentation = NSLocalizedString(
157-
"pointOfSale.floatingButtons.viewDocumentation.button.title",
158-
value: "Documentation",
159-
comment: "The title of the menu button to read Point of Sale documentation, shown in a popover menu."
160-
)
161-
162-
static let productRestrictionsInfo = NSLocalizedString(
163-
"pointOfSale.floatingButtons.productRestrictionsInfo.button.title",
164-
value: "Where are my products?",
165-
comment: "The title of the menu button to view product restrictions info, shown in a popover menu. " +
166-
"We only show simple and variable products in POS, this shows a modal to help explain that limitation."
167-
)
168-
169-
static let barcodeScanningSetup = NSLocalizedString(
170-
"pointOfSale.floatingButtons.barcodeScanningSetup.button.title",
171-
value: "Initial barcode scanner setup",
172-
comment: "The title of the menu button to start a barcode scanner setup flow."
173-
)
174-
175150
static let settings = NSLocalizedString(
176151
"pointOfSale.floatingButtons.settings.button.title",
177152
value: "Settings",

0 commit comments

Comments
 (0)