From c76a466ba96f325d4d5050e44743e3d87d82f663 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 22 May 2018 14:52:24 -0500 Subject: [PATCH] Followup to endstops update --- Marlin/endstops.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Marlin/endstops.cpp b/Marlin/endstops.cpp index 534927055..1379d81a1 100644 --- a/Marlin/endstops.cpp +++ b/Marlin/endstops.cpp @@ -35,9 +35,6 @@ #include "endstop_interrupts.h" #endif -// TEST_ENDSTOP: test the current status of an endstop -#define TEST_ENDSTOP(ENDSTOP) (TEST(live_state, ENDSTOP)) - #if HAS_BED_PROBE #define ENDSTOPS_ENABLED (endstops.enabled || endstops.z_probe_enabled) #else