From b9024f87a063931828a50f0579f5cab72bd939f5 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Mon, 9 Jan 2017 14:48:19 +0100 Subject: [PATCH] Remove unused globals --- src/swrenderer/scene/r_things.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/swrenderer/scene/r_things.cpp b/src/swrenderer/scene/r_things.cpp index e3d448244..623e3758d 100644 --- a/src/swrenderer/scene/r_things.cpp +++ b/src/swrenderer/scene/r_things.cpp @@ -79,15 +79,6 @@ namespace swrenderer { using namespace drawerargs; -// -// Sprite rotation 0 is facing the viewer, -// rotation 1 is one angle turn CLOCKWISE around the axis. -// This is not the same as the angle, -// which increases counter clockwise (protractor). -// -fixed_t sky1scale; // [RH] Sky 1 scale factor -fixed_t sky2scale; // [RH] Sky 2 scale factor - FTexture *WallSpriteTile; //