- deleted unused function.
This commit is contained in:
parent
662fa6e667
commit
18760d6622
2 changed files with 0 additions and 7 deletions
|
|
@ -179,12 +179,6 @@ FMaterial * FMaterial::ValidateTexture(FGameTexture * gtex, bool expand, bool cr
|
|||
return NULL;
|
||||
}
|
||||
|
||||
FMaterial * FMaterial::ValidateTexture(FTextureID no, bool expand, bool translate, bool create)
|
||||
{
|
||||
return ValidateTexture(TexMan.GetGameTexture(no, translate), expand, create);
|
||||
}
|
||||
|
||||
|
||||
void DeleteMaterial(FMaterial* mat)
|
||||
{
|
||||
delete mat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue