1
0
Fork 0

Warning clean up

Removing some old unused routines
Addind some newlines after some files.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1077
This commit is contained in:
Sjoerd van der Berg 2003-06-19 17:12:50 +00:00
parent d5231d4351
commit b222a9576a
13 changed files with 52 additions and 81 deletions

View file

@ -186,7 +186,7 @@ public:
void EmptyCache (void) {};
void SetLabel (const char* name) {};
char* GetLabel (void) {};
char* GetLabel (void) {return "";};
public:
char basePath [CROSS_LEN];