Fix several unused-private-field warnings
This commit is contained in:
parent
ef40533d22
commit
6c42f3adf8
3 changed files with 0 additions and 4 deletions
|
@ -217,7 +217,6 @@ private:
|
|||
CFileInfo* dirBase;
|
||||
char dirPath [CROSS_LEN];
|
||||
char basePath [CROSS_LEN];
|
||||
bool dirFirstTime;
|
||||
TDirSort sortDirType;
|
||||
CFileInfo* save_dir;
|
||||
char save_path [CROSS_LEN];
|
||||
|
@ -225,7 +224,6 @@ private:
|
|||
|
||||
Bit16u srchNr;
|
||||
CFileInfo* dirSearch [MAX_OPENDIRS];
|
||||
char dirSearchName [MAX_OPENDIRS];
|
||||
CFileInfo* dirFindFirst [MAX_OPENDIRS];
|
||||
Bit16u nextFreeFindFirst;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue