From 67cec900e5f76bfbe738904d3de6e9d0f2b85884 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Thu, 8 Nov 2001 00:45:50 +0000 Subject: [PATCH] cvar_t *gl_sky_divide; // not used but needed for linking Umm, no, not needed. In fact, it breaks static compiles. But not anymore, since it's gone. --- qw/source/sv_model.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qw/source/sv_model.c b/qw/source/sv_model.c index 2f62c1d6c..08a3998c4 100644 --- a/qw/source/sv_model.c +++ b/qw/source/sv_model.c @@ -36,7 +36,6 @@ static const char rcsid[] = #include "QF/model.h" const int mod_lightmap_bytes = 1; -cvar_t *gl_sky_divide; // not used but needed for linking void Mod_LoadBrushModel (model_t *mod, void *buffer);