Removed unused member variable

This commit is contained in:
Robert Osfield
2017-02-28 17:12:58 +00:00
parent 1290f1584a
commit 256441906f
2 changed files with 0 additions and 7 deletions

View File

@@ -1781,7 +1781,6 @@ Text::GlyphQuads::GlyphQuads(const GlyphQuads&)
void Text::GlyphQuads::initGlyphQuads()
{
_coordBase = 0;
_primitives.push_back(new DrawElementsUShort(PrimitiveSet::TRIANGLES));
}