Remove some outdated comments, minor stuff

This commit is contained in:
Henrik Rydgård 2015-04-03 21:03:01 +02:00 committed by Henrik Rydgard
parent 0a70618f87
commit fbaffdceab
4 changed files with 2 additions and 45 deletions

View file

@ -134,8 +134,7 @@ void PrintDecodedVertex(VertexReader &vtx) {
printf("P: %f %f %f\n", pos[0], pos[1], pos[2]);
}
VertexDecoder::VertexDecoder() : jitted_(0), decoded_(nullptr), ptr_(nullptr)
{
VertexDecoder::VertexDecoder() : jitted_(0), decoded_(nullptr), ptr_(nullptr) {
}
void VertexDecoder::Step_WeightsU8() const