remove dead code

This commit is contained in:
Ian Curtis 2016-06-02 21:26:50 +00:00
parent 968652bcfb
commit 9bc1fbf0cb
2 changed files with 0 additions and 6 deletions

View file

@ -337,11 +337,6 @@ bool PolyHeader::TextureAlpha()
return (header[6] & 0x7) > 0;
}
bool PolyHeader::StencilPoly()
{
return (header[6] & 1000000) > 0;
}
bool PolyHeader::Luminous()
{
return (header[6] & 0x00010000) > 0;

View file

@ -136,7 +136,6 @@ public:
UINT8 Transparency(); // 0-255
bool PolyAlpha();
bool TextureAlpha();
bool StencilPoly();
bool Luminous();
float LightModifier();