From 8196ced2dec8d4b4719051a144b8b0b09ac8cc87 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 29 Aug 2019 00:54:42 -0500
Subject: [PATCH] Leave LCD_PINS_Dn defined for other uses

Fix #14998
---
 Marlin/src/pins/pins.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Marlin/src/pins/pins.h b/Marlin/src/pins/pins.h
index 9f4b6d5533..3f4bf1f41b 100644
--- a/Marlin/src/pins/pins.h
+++ b/Marlin/src/pins/pins.h
@@ -954,10 +954,6 @@
   #ifndef LCD_PINS_D7
     #define LCD_PINS_D7 -1
   #endif
-#else
-  #undef LCD_PINS_D5
-  #undef LCD_PINS_D6
-  #undef LCD_PINS_D7
 #endif
 
 /**
-- 
GitLab