mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-11 10:10:48 +00:00
Remove some unused globals.
This commit is contained in:
parent
2464a89d37
commit
4d90eba2ad
1 changed files with 0 additions and 12 deletions
|
@ -99,15 +99,6 @@ char debugfile[1024];
|
||||||
|
|
||||||
pr_info_t pr;
|
pr_info_t pr;
|
||||||
|
|
||||||
ddef_t *globals;
|
|
||||||
int numglobaldefs;
|
|
||||||
|
|
||||||
int num_localdefs;
|
|
||||||
const char *big_function = 0;
|
|
||||||
|
|
||||||
ddef_t *fields;
|
|
||||||
int numfielddefs;
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
char *
|
char *
|
||||||
fix_backslash (char *path)
|
fix_backslash (char *path)
|
||||||
|
@ -161,9 +152,6 @@ InitData (void)
|
||||||
pr.entity_data = defspace_new ();
|
pr.entity_data = defspace_new ();
|
||||||
pr.entity_fields = new_symtab (0, stab_global);
|
pr.entity_fields = new_symtab (0, stab_global);
|
||||||
pr.entity_fields->space = pr.entity_data;;
|
pr.entity_fields->space = pr.entity_data;;
|
||||||
|
|
||||||
numglobaldefs = 1;
|
|
||||||
numfielddefs = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue