Skip to content

Commit acee5b5

Browse files
committed
Remove unused code.
1 parent 381fb68 commit acee5b5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

WooCommerce/Classes/Authentication/Store Creation/Profiler/Country/StoreCreationCountryQuestionViewModel.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ import Foundation
33

44
/// View model for `StoreCreationCountryQuestionView`, an optional profiler question about store country in the store creation flow.
55
final class StoreCreationCountryQuestionViewModel: StoreCreationProfilerQuestionViewModel, ObservableObject {
6-
/// Contains necessary information about a category.
7-
struct Category: Equatable {
8-
/// Display name for the category.
9-
let name: String
10-
/// Value that is sent to the API.
11-
let value: String
12-
}
13-
146
typealias CountryCode = SiteAddress.CountryCode
157

168
let topHeader: String

0 commit comments

Comments
 (0)