Browse Source

pnmtext: Remove unused local.

Sam Edwards 9 years ago
parent
commit
f0bed9ab1c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/pnmtext/pnmTextMaker.cxx

+ 0 - 1
panda/src/pnmtext/pnmTextMaker.cxx

@@ -193,7 +193,6 @@ make_glyph(int glyph_index) {
 
 
       PN_stdfloat tex_x_size, tex_y_size, tex_x_orig, tex_y_orig;
       PN_stdfloat tex_x_size, tex_y_size, tex_x_orig, tex_y_orig;
       FT_BBox bounds;
       FT_BBox bounds;
-      TransparencyAttrib::Mode alpha_mode;
 
 
       // Calculate suitable texture dimensions for the signed distance field.
       // Calculate suitable texture dimensions for the signed distance field.
       // This is the same calculation that Freetype uses in its bitmap
       // This is the same calculation that Freetype uses in its bitmap