From e1cd034698f551944c7cca0e104311347927c535 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 14 Mar 2017 18:24:34 +0200 Subject: [PATCH] Fixed compilation with GCC/Clang --- src/p_lnspec.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/p_lnspec.cpp b/src/p_lnspec.cpp index e2399fa3db..1271e7603d 100644 --- a/src/p_lnspec.cpp +++ b/src/p_lnspec.cpp @@ -75,9 +75,6 @@ */ static const uint8_t ChangeMap[8] = { 0, 1, 5, 3, 7, 2, 6, 0 }; -int LS_Sector_SetPlaneReflection(line_t *ln, AActor *it, bool backSide, int arg0, int arg1, int arg2, int arg3, int arg4); -int LS_SetGlobalFogParameter(line_t *ln, AActor *it, bool backSide, int arg0, int arg1, int arg2, int arg3, int arg4); - #define FUNC(a) static int a (line_t *ln, AActor *it, bool backSide, \ int arg0, int arg1, int arg2, int arg3, int arg4)