0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-22 09:31:40 +00:00

Remove a now dead function.

This commit is contained in:
Bill Currie 2012-01-09 18:55:30 +09:00
parent 2b45cd693f
commit ef311b60d6

View file

@ -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)
{