From 0cedfaf9a64edee2621c21acb3c38e27a0fb40d3 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 24 Jun 2023 14:03:21 +0200 Subject: [PATCH] remove unused declarations from anycubic_touchscreen.h --- Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.h b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.h index 05e92893..a6c47eac 100755 --- a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.h +++ b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.h @@ -24,13 +24,6 @@ #include "../../../inc/MarlinConfigPre.h" #include "../../../module/probe.h" -char* itostr2(const uint8_t& x); - -#ifndef ULTRA_LCD -char* itostr3(const int); -char* ftostr32(const float&); -#endif - #define TFTBUFSIZE 4 #define TFT_MAX_CMD_SIZE 96 #define MSG_MY_VERSION CUSTOM_BUILD_VERSION @@ -226,7 +219,6 @@ class AnycubicTouchscreenClass { int serial3_count = 0; char* TFTstrchr_pointer; char FlagResumFromOutage = 0; - uint8_t tmp_extruder = 0; uint16_t HeaterCheckCount = 0; int currentFlowRate = 0; bool PrintdoneAndPowerOFF = true; @@ -257,7 +249,6 @@ class AnycubicTouchscreenClass { void StopPrint(); void GetCommandFromTFT(); void CheckHeaterError(); - void FilamentChangePause(); void HandleSpecialMenu(); void RenderCurrentFileList(); void RenderSpecialMenu(uint16_t);