[2.0.x] fix compile errors when CNC_COORDINATE_SYSTEMS is enabled (#9380)

This commit is contained in:
GMagician
2018-02-02 08:45:46 +01:00
committed by Scott Lahteine
parent ea9ad4e46d
commit e1117a8492
2 changed files with 9 additions and 10 deletions

View File

@ -397,7 +397,6 @@ private:
#endif
#if ENABLED(CNC_COORDINATE_SYSTEMS)
bool select_coordinate_system(const int8_t _new);
static void G53();
static void G54();
static void G55();