Skip to content

Commit cda3881

Browse files
committed
removed commented code
1 parent 674bdb3 commit cda3881

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

GoInfoGame/GoInfoGame/Network/models/WorkspacesResponse.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@ struct Workspace: Decodable {
4545
case imageryList = "imageryListDef"
4646
case longFormQuest = "longFormQuestDef"
4747
}
48-
49-
// static func == (lhs: Workspace, rhs: Workspace) -> Bool {
50-
// return lhs.id == rhs.id
51-
// }
52-
53-
// func hash(into hasher: inout Hasher) {
54-
// hasher.combine(id)
55-
// hasher.combine(title)
56-
// hasher.combine(type)
57-
// hasher.combine(externalAppAccess)
58-
// hasher.combine(imageryList)
59-
// }
6048
}
6149

6250
// MARK: - Polygon

0 commit comments

Comments
 (0)