From ae27f1e21061082f670bb8ec8f84e7687901f27f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 6 Feb 2012 11:17:12 +0000 Subject: [PATCH] From Alexander Sinditskiy, "looks like GlyphGeometries _glyphGeometries; should be removed because Glyph3D have the same named local variable." --- src/osgText/Glyph.cpp | 1 - 1 file changed, 1 deletion(-) 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)