remove unused declarations from anycubic_touchscreen.h

This commit is contained in:
Stefan Kalscheuer
2023-06-24 14:03:21 +02:00
parent 0981430d4b
commit 0cedfaf9a6

View File

@@ -24,13 +24,6 @@
#include "../../../inc/MarlinConfigPre.h" #include "../../../inc/MarlinConfigPre.h"
#include "../../../module/probe.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 TFTBUFSIZE 4
#define TFT_MAX_CMD_SIZE 96 #define TFT_MAX_CMD_SIZE 96
#define MSG_MY_VERSION CUSTOM_BUILD_VERSION #define MSG_MY_VERSION CUSTOM_BUILD_VERSION
@@ -226,7 +219,6 @@ class AnycubicTouchscreenClass {
int serial3_count = 0; int serial3_count = 0;
char* TFTstrchr_pointer; char* TFTstrchr_pointer;
char FlagResumFromOutage = 0; char FlagResumFromOutage = 0;
uint8_t tmp_extruder = 0;
uint16_t HeaterCheckCount = 0; uint16_t HeaterCheckCount = 0;
int currentFlowRate = 0; int currentFlowRate = 0;
bool PrintdoneAndPowerOFF = true; bool PrintdoneAndPowerOFF = true;
@@ -257,7 +249,6 @@ class AnycubicTouchscreenClass {
void StopPrint(); void StopPrint();
void GetCommandFromTFT(); void GetCommandFromTFT();
void CheckHeaterError(); void CheckHeaterError();
void FilamentChangePause();
void HandleSpecialMenu(); void HandleSpecialMenu();
void RenderCurrentFileList(); void RenderCurrentFileList();
void RenderSpecialMenu(uint16_t); void RenderSpecialMenu(uint16_t);