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 "../../../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);