removed renderer stuff

This commit is contained in:
Nikolay Korolev 2020-12-19 14:52:32 +03:00
parent 76a564df2e
commit 196a13b1cc
2 changed files with 0 additions and 10 deletions

View file

@ -911,14 +911,6 @@ CRenderer::RenderCollisionLines(void)
}
}
// unused
void
CRenderer::RenderBlockBuildingLines(void)
{
for(BlockedRange *br = pFullBlockedRanges; br; br = br->next)
printf("Blocked: %f %f\n", br->a, br->b);
}
enum Visbility
{
VIS_INVISIBLE,