Add clause to clean up AUTHORS.txt

This commit is contained in:
Robert Osfield 2006-07-18 20:59:22 +00:00
parent 882a909df8
commit ac0a24347e

View File

@ -179,6 +179,7 @@ bool validName(const std::string& first)
if (first=="Mr") return false;
if (first=="Osfields") return false;
if (first=="Optimizer") return false;
if (first=="RenderStage") return false;
return true;
}