summaryrefslogtreecommitdiff
path: root/src/engine/lightmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/lightmap.h')
-rw-r--r--src/engine/lightmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/lightmap.h b/src/engine/lightmap.h
index 2adf0c5..0f00d61 100644
--- a/src/engine/lightmap.h
+++ b/src/engine/lightmap.h
@@ -94,7 +94,6 @@ extern void resetlightmaps(bool fullclean = true);
extern void brightencube(cube &c);
extern void setsurfaces(cube &c, const surfaceinfo *surfs, const vertinfo *verts, int numverts);
extern void setsurface(cube &c, int orient, const surfaceinfo &surf, const vertinfo *verts, int numverts);
-extern void previewblends(const ivec &bo, const ivec &bs);
struct lerpvert
{