From b0447586c51e8960b142bf7664dde8f1f3aff3ca Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Thu, 6 Oct 2022 15:12:03 -0400 Subject: [PATCH] CSR-803: remove obsolete code --- src/layouts/capability-questions/capability-questions.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/layouts/capability-questions/capability-questions.vue b/src/layouts/capability-questions/capability-questions.vue index 39b96c361..2c132af9b 100644 --- a/src/layouts/capability-questions/capability-questions.vue +++ b/src/layouts/capability-questions/capability-questions.vue @@ -85,12 +85,6 @@ export default { AlertFewMoreQuestionsCopy() { return this.getCmsContent("AdditionalPartsQuestionsAlert", "BodyText"); }, - windshieldPart() { - return this.pageData.partsOrQuestions.find(x => x.glassLocation === damageLocationsSelected.WINDSHIELD); - }, - windshieldPartInfo() { - return this.windshieldPart.parts[0]; - }, pageData() { return this.$store.getters.pageData(fmgPageValues.CAPABILITY_QUESTIONS); }