Remove unused variable
Saves 2 bytes of SRAM
This commit is contained in:
parent
e6a7abf2c1
commit
7535fa3a44
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ private:
|
|||
bool autostart_stilltocheck; //the sd start is delayed, because otherwise the serial cannot answer fast enought to make contact with the hostsoftware.
|
||||
|
||||
int16_t nrFiles; //counter for the files in the current directory and recycled as position counter for getting the nrFiles'th name in the directory.
|
||||
char* diveDirName;
|
||||
|
||||
bool diveSubfolder (const char *&fileName);
|
||||
void lsDive(const char *prepend, SdFile parent, const char * const match=NULL, LsAction lsAction = LS_GetFilename, ls_param lsParams = ls_param());
|
||||
|
|
Loading…
Reference in a new issue