No need for Cap:PAREN_COMMENTS

This commit is contained in:
Scott Lahteine 2018-11-16 04:26:23 -06:00
parent 7a075a5dc9
commit 0e610815e4

View file

@ -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)