mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
remove an extern
This commit is contained in:
parent
890efff350
commit
9c92634cbf
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ static const char rcsid[] =
|
||||||
cvar_t *developer;
|
cvar_t *developer;
|
||||||
cvar_t *cvar_vars;
|
cvar_t *cvar_vars;
|
||||||
char *cvar_null_string = "";
|
char *cvar_null_string = "";
|
||||||
extern cvar_t *developer;
|
|
||||||
cvar_alias_t *calias_vars;
|
cvar_alias_t *calias_vars;
|
||||||
hashtab_t *cvar_hash;
|
hashtab_t *cvar_hash;
|
||||||
hashtab_t *calias_hash;
|
hashtab_t *calias_hash;
|
||||||
|
|
Loading…
Reference in a new issue