aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/resman.h')
-rw-r--r--sword2/resman.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sword2/resman.h b/sword2/resman.h
index 85d334e644..d2e14d7130 100644
--- a/sword2/resman.h
+++ b/sword2/resman.h
@@ -100,13 +100,6 @@ private:
uint16 *_count;
char _resourceFiles[MAX_res_files][20];
uint8 _cdTab[MAX_res_files]; // Location of each cluster.
-
- // Drive letter of the CD-ROM drive or false CD path.
-
- char _cdPath[256];
-
- void cacheNewCluster(uint32 newCluster);
- char _cdDrives[24];
};
extern ResourceManager *res_man; // declare the object global