diff --git a/src/osgText/Glyph.cpp b/src/osgText/Glyph.cpp index d418c5829..58f25aca4 100644 --- a/src/osgText/Glyph.cpp +++ b/src/osgText/Glyph.cpp @@ -327,16 +327,6 @@ void GlyphTexture::copyGlyphImage(Glyph* glyph) float outline_distance = max_distance/3.0f; -#if 0 - // compute the alpha value of outline, one texel thick - unsigned char outline = center_value; - if (center_value<255) - { - if (min_distance