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;
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ public:
|
|||
bool loadedSector;
|
||||
fatDrive *myDrive;
|
||||
private:
|
||||
enum { NONE,READ,WRITE } last_action;
|
||||
Bit16u info;
|
||||
};
|
||||
|
||||
|
|
|
@ -45,7 +45,6 @@ private:
|
|||
Bit32u fileBegin;
|
||||
Bit32u filePos;
|
||||
Bit32u fileEnd;
|
||||
Bit16u info;
|
||||
};
|
||||
|
||||
isoFile::isoFile(isoDrive *drive, const char *name, FileStat_Block *stat, Bit32u offset) {
|
||||
|
|
Loading…
Add table
Reference in a new issue