From f418e82b15e659d212c489d4dba09e5cf3e2b8bc Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Tue, 1 Nov 2016 05:10:07 -0500
Subject: [PATCH] Remove redundant definition of EN_C

---
 Marlin/ultralcd.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/ultralcd.h b/Marlin/ultralcd.h
index a89f47c0e..9c35891a6 100644
--- a/Marlin/ultralcd.h
+++ b/Marlin/ultralcd.h
@@ -73,7 +73,6 @@
     // Encoder click is directly connected
     #if BUTTON_EXISTS(ENC)
       #define BLEN_C 2
-      #define EN_C (_BV(BLEN_C))
     #endif
     #define EN_A (_BV(BLEN_A))
     #define EN_B (_BV(BLEN_B))