mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
remove dead code
This commit is contained in:
parent
968652bcfb
commit
9bc1fbf0cb
|
@ -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;
|
||||
|
|
|
@ -136,7 +136,6 @@ public:
|
|||
UINT8 Transparency(); // 0-255
|
||||
bool PolyAlpha();
|
||||
bool TextureAlpha();
|
||||
bool StencilPoly();
|
||||
bool Luminous();
|
||||
float LightModifier();
|
||||
|
||||
|
|
Loading…
Reference in a new issue