diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue
index 92e265ccd..69dafd555 100644
--- a/src/layouts/vin-lookup/vin-lookup.vue
+++ b/src/layouts/vin-lookup/vin-lookup.vue
@@ -28,8 +28,7 @@
@@ -448,12 +447,6 @@ export default {
getIsWindshieldOnly()
);
},
- AlertVinScanFailedHeader() {
- return this.getCmsContent("AlertVinScanFailed", "HeadlineText");
- },
- AlertVinScanFailedBody() {
- return this.getCmsContent("AlertVinScanFailed", "BodyText");
- },
isInsuranceVerified() {
return (
store.getters.payment.insuranceCoverage.isVerified ||