From 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 5 Aug 2025 15:27:57 +0200 Subject: Experimental MD3 to OBJ to IQM converter and code removal, shit compiles... --- src/engine/lightmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/lightmap.h') 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 { -- cgit v1.2.3