From e4a6a1ddf0816a0f610c646a95109fb3affaa0ad Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 8 Apr 2020 16:18:05 -0400 Subject: [PATCH] remove code for kevin pr --- .../Atomic/Molecules/Doughnut/DoughnutChartModel.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/MVMCoreUI/Atomic/Molecules/Doughnut/DoughnutChartModel.swift b/MVMCoreUI/Atomic/Molecules/Doughnut/DoughnutChartModel.swift index 2b64d1ae..ff9b1bf6 100644 --- a/MVMCoreUI/Atomic/Molecules/Doughnut/DoughnutChartModel.swift +++ b/MVMCoreUI/Atomic/Molecules/Doughnut/DoughnutChartModel.swift @@ -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 - } }