Remove unused defines

This commit is contained in:
Guðni Már Gilbert 2022-12-13 19:13:11 +00:00 committed by DRracer
parent df65212449
commit 92cf8da45e
1 changed files with 0 additions and 3 deletions

View File

@ -415,10 +415,7 @@ void gcode_level_check(uint16_t nGcodeLevel) {
);
}
//-// -> cmdqueue ???
#define PRINTER_NAME_LENGTH ((sizeof(PRINTER_MMU_NAME) > sizeof(PRINTER_NAME)) ? (sizeof(PRINTER_MMU_NAME) - 1) : (sizeof(PRINTER_NAME) - 1))
#define GCODE_DELIMITER '"'
#define ELLIPSIS "..."
char *code_string(const char *pStr, size_t *nLength) {
char* pStrBegin;