mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Remove a now dead function.
This commit is contained in:
parent
2b45cd693f
commit
ef311b60d6
1 changed files with 0 additions and 5 deletions
|
@ -172,11 +172,6 @@ R_BuildLightMap_1 (msurface_t *surf)
|
|||
GL_SubpicUpdate (surf->lightpic, (byte *) blocklights);
|
||||
}
|
||||
|
||||
void
|
||||
R_CalcLightmaps (void)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
create_surf_lightmap (msurface_t *surf)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue