From 81f1ec4975f6ab594087c9e139a14d0147b5a77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Wed, 31 Jul 2024 11:57:49 +0000 Subject: [PATCH] Remove unused messages --- Firmware/messages.cpp | 2 -- Firmware/messages.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/Firmware/messages.cpp b/Firmware/messages.cpp index eb7f533f2..47ed124d9 100644 --- a/Firmware/messages.cpp +++ b/Firmware/messages.cpp @@ -377,7 +377,6 @@ const char MSG_FIRMWARE[] PROGMEM_N1 = "Firmware"; ////MSG_FIRMWARE c=8 const char MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY[] PROGMEM_N1 = "FlashAir"; ////MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY c=8 const char MSG_PINDA[] PROGMEM_N1 = "PINDA"; ////MSG_PINDA c=5 const char MSG_WELCOME[] PROGMEM_N1 = WELCOME_MSG; -const char MSG_SD_WORKDIR_FAIL[] PROGMEM_N1 = "workDir open failed"; //// const char MSG_BROWNOUT_RESET[] PROGMEM_N1 = " Brown out Reset"; //// const char MSG_EXTERNAL_RESET[] PROGMEM_N1 = " External Reset"; //// const char MSG_FILE_SAVED[] PROGMEM_N1 = "Done saving file."; //// @@ -393,7 +392,6 @@ const char MSG_ZPROBE_ZOFFSET[] PROGMEM_N1 = "Z Offset"; //// #endif const char MSG_TMC_OVERTEMP[] PROGMEM_N1 = "TMC DRIVER OVERTEMP"; //// const char MSG_Enqueing[] PROGMEM_N1 = "enqueing \""; //// -const char MSG_ENDSTOPS_HIT[] PROGMEM_N1 = "endstops hit: "; //// const char MSG_SD_ERR_WRITE_TO_FILE[] PROGMEM_N1 = "error writing to file"; //// const char MSG_OK[] PROGMEM_N1 = "ok"; //// const char MSG_OK_CAPS[] PROGMEM_N1 = "OK"; //// diff --git a/Firmware/messages.h b/Firmware/messages.h index baa355897..c39669bbf 100644 --- a/Firmware/messages.h +++ b/Firmware/messages.h @@ -377,7 +377,6 @@ extern const char MSG_FIRMWARE[]; extern const char MSG_TOSHIBA_FLASH_AIR_COMPATIBILITY[]; extern const char MSG_PINDA[]; extern const char MSG_WELCOME[]; -extern const char MSG_SD_WORKDIR_FAIL[]; extern const char MSG_BROWNOUT_RESET[]; extern const char MSG_EXTERNAL_RESET[]; extern const char MSG_FILE_SAVED[]; @@ -393,7 +392,6 @@ extern const char MSG_ZPROBE_ZOFFSET[]; #endif extern const char MSG_TMC_OVERTEMP[]; extern const char MSG_Enqueing[]; -extern const char MSG_ENDSTOPS_HIT[]; extern const char MSG_SD_ERR_WRITE_TO_FILE[]; extern const char MSG_OK[]; extern const char MSG_OK_CAPS[];