From 5f824d02f6994d01dd397230831ad024ff9f2674 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 2 May 2016 18:29:21 +0000 Subject: [PATCH] Revert post-r5496 warning cleanup. git-svn-id: https://svn.eduke32.com/eduke32@5701 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/actors.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/polymer/eduke32/source/actors.c b/polymer/eduke32/source/actors.c index 621d5145a..9708e95ad 100644 --- a/polymer/eduke32/source/actors.c +++ b/polymer/eduke32/source/actors.c @@ -850,7 +850,6 @@ void G_AddGameLight(int32_t radius, int32_t srcsprite, int32_t zoffset, int32_t UNREFERENCED_PARAMETER(range); UNREFERENCED_PARAMETER(color); UNREFERENCED_PARAMETER(priority); - UNREFERENCED_PARAMETER(smoothratio); #endif } @@ -8296,8 +8295,6 @@ void G_RefreshLights(void) } } while (k < MAXSTATUS); } -#else - UNREFERENCED_PARAMETER(smoothratio); #endif }