From 8df0d4daa856fba85a965a080d1e5be56ad1a802 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Tue, 25 May 2021 23:06:49 -1000 Subject: [PATCH] Dead code --- Grbl_Esp32/src/SettingsDefinitions.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Grbl_Esp32/src/SettingsDefinitions.cpp b/Grbl_Esp32/src/SettingsDefinitions.cpp index 2b4cd374..27bbe221 100644 --- a/Grbl_Esp32/src/SettingsDefinitions.cpp +++ b/Grbl_Esp32/src/SettingsDefinitions.cpp @@ -34,15 +34,6 @@ static bool checkStartupLine(char* value) { return gc_execute_line(value, CLIENT_SERIAL) == Error::Ok; } -static bool postMotorSetting(char* value) { -#ifdef LATER - if (!value) { - motors_read_settings(); - } -#endif - return true; -} - void make_coordinate(CoordIndex index, const char* name) { float coord_data[MAX_N_AXIS] = { 0.0 }; auto coord = new Coordinates(name);