diff --git a/Marlin/src/module/motion.h b/Marlin/src/module/motion.h
index f461aae0043e4da12ebb84a1188dd4a311b173c1..ba1ac07f703ed3f7ffc3eafdceccdb87ae70ffb1 100644
--- a/Marlin/src/module/motion.h
+++ b/Marlin/src/module/motion.h
@@ -261,11 +261,6 @@ void homeaxis(const AxisEnum axis);
  */
 
 #if IS_KINEMATIC // (DELTA or SCARA)
-
-  #if IS_SCARA
-    extern const float L1, L2;
-  #endif
-
   #if HAS_SCARA_OFFSET
     extern float scara_home_offset[ABC]; // A and B angular offsets, Z mm offset
   #endif