mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-01 16:41:22 +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;
|
return fliptop;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
void ParseGldefSkybox(FScanner &sc);
|
|
||||||
void ParseVavoomSkybox();
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue