From 0e610815e4df616259e046f128a7828e9ad349e5 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 16 Nov 2018 04:26:23 -0600 Subject: [PATCH] No need for Cap:PAREN_COMMENTS --- Marlin/src/gcode/host/M115.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Marlin/src/gcode/host/M115.cpp b/Marlin/src/gcode/host/M115.cpp index 8f3077324..8b4758808 100644 --- a/Marlin/src/gcode/host/M115.cpp +++ b/Marlin/src/gcode/host/M115.cpp @@ -153,13 +153,6 @@ void GcodeSuite::M115() { #endif ); - // PAREN_COMMENTS - cap_line(PSTR("PAREN_COMMENTS") - #if ENABLED(PAREN_COMMENTS) - , true - #endif - ); - // MOTION_MODES (M80-M89) cap_line(PSTR("MOTION_MODES") #if ENABLED(GCODE_MOTION_MODES)