summaryrefslogtreecommitdiff
path: root/src/qcommon/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/files.c')
-rw-r--r--src/qcommon/files.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index 09926a1a..1ea34cc6 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.c
@@ -2702,9 +2702,6 @@ void FS_Shutdown( qboolean closemfp ) {
#endif
}
-void Com_AppendCDKey( const char *filename );
-void Com_ReadCDKey( const char *filename );
-
/*
================
FS_ReorderPurePaks
@@ -2752,7 +2749,6 @@ FS_Startup
*/
static void FS_Startup( const char *gameName ) {
const char *homePath;
- cvar_t *fs;
Com_Printf( "----- FS_Startup -----\n" );
@@ -2808,12 +2804,6 @@ static void FS_Startup( const char *gameName ) {
}
}
- Com_ReadCDKey( "base" );
- fs = Cvar_Get ("fs_game", "", CVAR_INIT|CVAR_SYSTEMINFO );
- if (fs && fs->string[0] != 0) {
- Com_AppendCDKey( fs->string );
- }
-
// add our commands
Cmd_AddCommand ("path", FS_Path_f);
Cmd_AddCommand ("dir", FS_Dir_f );