mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
remove debug info
This commit is contained in:
parent
394e83e419
commit
fb49b06c2c
1 changed files with 0 additions and 1 deletions
|
@ -365,7 +365,6 @@ convert_qfo (void)
|
|||
}
|
||||
for (j = 0; j < def->num_relocs; j++) {
|
||||
qfo_reloc_t *reloc = qfo->relocs + def->relocs + j;
|
||||
printf ("%12s %04x %04x %s\n", reloc_names[reloc->type], reloc->ofs, def->ofs, qfo->strings + def->name);
|
||||
switch ((reloc_type)reloc->type) {
|
||||
case rel_none:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue