From f690b82343e87146d959be260fb1f023733aecd9 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <sourcetree@thinkyhead.com>
Date: Sun, 6 Sep 2015 21:11:58 -0700
Subject: [PATCH] Remove extra MAX_FREQ_TIME define (PR#148)

---
 Marlin/planner.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/planner.cpp b/Marlin/planner.cpp
index e18b64e596..0b7c9faab0 100644
--- a/Marlin/planner.cpp
+++ b/Marlin/planner.cpp
@@ -799,7 +799,6 @@ float junction_deviation = 0.1;
 
   // Max segement time in us.
   #ifdef XY_FREQUENCY_LIMIT
-    #define MAX_FREQ_TIME (1000000.0 / XY_FREQUENCY_LIMIT)
 
     // Check and limit the xy direction change frequency
     unsigned char direction_change = block->direction_bits ^ old_direction_bits;