summaryrefslogtreecommitdiff
path: root/src/client/cl_main.c
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-02-04 09:34:39 +0100
committer/dev/humancontroller <devhc@example.com>2017-03-09 13:51:06 +0100
commit6aec9f7560daa005c513cde384f063f0b9b55dbc (patch)
treea6fe2617f91c6670a4584ef23f89e668dabb325d /src/client/cl_main.c
parentb15e72c5fbf217de1aacd3fbf6769dc0cb83d208 (diff)
remove the (generally unsecure) setenv command
Diffstat (limited to 'src/client/cl_main.c')
-rw-r--r--src/client/cl_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index 543c9b4f..ac7d6356 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -3349,7 +3349,6 @@ void CL_InitRef( void ) {
ri.ftol = Q_ftol;
- ri.Sys_SetEnv = Sys_SetEnv;
ri.Sys_GLimpSafeInit = Sys_GLimpSafeInit;
ri.Sys_GLimpInit = Sys_GLimpInit;
ri.Sys_LowPhysicalMemory = Sys_LowPhysicalMemory;