Get rid of Sys_DefaultCDPath()

Stub on all platforms.
This commit is contained in:
dhewg 2012-01-08 11:57:57 +01:00 committed by Daniel Gibson
parent a5d6a76961
commit a1fe69f429

View file

@ -235,7 +235,6 @@ void Sys_Mkdir( const char *path );
ID_TIME_T Sys_FileTimeStamp( FILE *fp );
// NOTE: do we need to guarantee the same output on all platforms?
const char * Sys_TimeStampToStr( ID_TIME_T timeStamp );
const char * Sys_DefaultCDPath( void );
const char * Sys_DefaultBasePath( void );
const char * Sys_DefaultSavePath( void );
const char * Sys_EXEPath( void );