summaryrefslogtreecommitdiff
path: root/src/renderercommon
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/renderercommon
parentb15e72c5fbf217de1aacd3fbf6769dc0cb83d208 (diff)
remove the (generally unsecure) setenv command
Diffstat (limited to 'src/renderercommon')
-rw-r--r--src/renderercommon/tr_public.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/renderercommon/tr_public.h b/src/renderercommon/tr_public.h
index 995133e9..ebe23d24 100644
--- a/src/renderercommon/tr_public.h
+++ b/src/renderercommon/tr_public.h
@@ -178,7 +178,6 @@ typedef struct {
long (*ftol)(float f);
// system stuff
- void (*Sys_SetEnv)( const char *name, const char *value );
void (*Sys_GLimpSafeInit)( void );
void (*Sys_GLimpInit)( void );
qboolean (*Sys_LowPhysicalMemory)( void );