From 472fdb26ad2a675e63fbcfc17967539974cabbaf Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 8 Apr 2018 11:19:26 +0300 Subject: [PATCH] Removed erroneous function declarations src/r_data/gldefs.cpp:69:13: error: static declaration of 'ParseVavoomSkybox' follows non-static declaration --- src/textures/skyboxtexture.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/textures/skyboxtexture.h b/src/textures/skyboxtexture.h index a6048ce58..79fb9da4d 100644 --- a/src/textures/skyboxtexture.h +++ b/src/textures/skyboxtexture.h @@ -43,8 +43,3 @@ public: return fliptop; } }; - - -void ParseGldefSkybox(FScanner &sc); -void ParseVavoomSkybox(); -