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

@@ -318,17 +318,11 @@ public:
struct OSGTEXT_EXPORT GlyphQuads
{
typedef std::vector<Glyph*> Glyphs;
typedef std::vector<unsigned int> LineNumbers;
typedef std::vector< osg::ref_ptr<osg::DrawElementsUShort> > Primitives;
Glyphs _glyphs;
unsigned int _coordBase;
Primitives _primitives;
GlyphQuads();
GlyphQuads(const GlyphQuads& gq);