mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[cexpr] Remove some disabled code
It looks like a munged commit, but I think I had decided that it was best to make cvar access explicit.
This commit is contained in:
parent
8271860fb3
commit
4e8718980f
1 changed files with 0 additions and 2 deletions
|
@ -306,8 +306,6 @@ parse_variable (const char *name, exprctx_t *context)
|
|||
__auto_type sym = (exprsym_t *) Hash_Find (symtab->tab, name);
|
||||
if (sym) {
|
||||
val = cexpr_value_reference (sym->type, sym->value, context);
|
||||
} else {
|
||||
//val = cexpr_cvar (name, context);
|
||||
}
|
||||
}
|
||||
if (!val) {
|
||||
|
|
Loading…
Reference in a new issue