Removed erroneous function declarations

src/r_data/gldefs.cpp:69:13: error: static declaration of 'ParseVavoomSkybox' follows non-static declaration
This commit is contained in:
alexey.lysiuk 2018-04-08 11:19:26 +03:00
parent b8ee9d88ba
commit 472fdb26ad
1 changed files with 0 additions and 5 deletions

View File

@ -43,8 +43,3 @@ public:
return fliptop;
}
};
void ParseGldefSkybox(FScanner &sc);
void ParseVavoomSkybox();