diff --git a/Marlin/src/module/tool_change.h b/Marlin/src/module/tool_change.h
index b8232780417a283d625124b292d8cbc8974f9550..8787d456870385ec0cf6d5b8f724c7b76ac493c7 100644
--- a/Marlin/src/module/tool_change.h
+++ b/Marlin/src/module/tool_change.h
@@ -70,8 +70,6 @@
   #endif
 #endif
 
-extern float z_raise;
-
 /**
  * Perform a tool-change, which may result in moving the
  * previous tool out of the way and the new tool into place.