diff --git a/src/osgText/Glyph.cpp b/src/osgText/Glyph.cpp index 8732de49e..4a96866d1 100644 --- a/src/osgText/Glyph.cpp +++ b/src/osgText/Glyph.cpp @@ -515,7 +515,6 @@ Glyph3D::Glyph3D(Font* font, unsigned int glyphCode): void Glyph3D::setThreadSafeRefUnref(bool threadSafe) { - GlyphGeometries _glyphGeometries; for(GlyphGeometries::iterator itr = _glyphGeometries.begin(); itr != _glyphGeometries.end(); ++itr)