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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index 1a336de5..09926a1a 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.c
@@ -1057,13 +1057,6 @@ int FS_FOpenFileRead( const char *filename, fileHandle_t *file, qboolean uniqueF
return -1;
}
- // make sure the q3key file is only readable by the quake3.exe at initialization
- // any other time the key should only be accessed in memory using the provided functions
- if( com_fullyInitialized && strstr( filename, "q3key" ) ) {
- *file = 0;
- return -1;
- }
-
//
// search through the path, one element at a time
//