diff options
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 |
commit | 6aec9f7560daa005c513cde384f063f0b9b55dbc (patch) | |
tree | a6fe2617f91c6670a4584ef23f89e668dabb325d /src/qcommon/qcommon.h | |
parent | b15e72c5fbf217de1aacd3fbf6769dc0cb83d208 (diff) |
remove the (generally unsecure) setenv command
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 0e90963a..e8764ef3 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -1093,8 +1093,6 @@ void Sys_Sleep(int msec); qboolean Sys_LowPhysicalMemory( void ); -void Sys_SetEnv(const char *name, const char *value); - typedef enum { DR_YES = 0, |