remove code for kevin pr

This commit is contained in:
Pfeil, Scott Robert 2020-04-08 16:18:05 -04:00
parent 9178385e6d
commit e4a6a1ddf0

View File

@ -35,11 +35,4 @@ import Foundation
self.color = color
self.label = label
}
private enum CodingKeys: String, CodingKey {
case backgroundColor
case label
case percent
case color
}
}