mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
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:
parent
b8ee9d88ba
commit
472fdb26ad
1 changed files with 0 additions and 5 deletions
|
@ -43,8 +43,3 @@ public:
|
|||
return fliptop;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
void ParseGldefSkybox(FScanner &sc);
|
||||
void ParseVavoomSkybox();
|
||||
|
||||
|
|
Loading…
Reference in a new issue