From f0bed9ab1cff11e88b7b1ef73053d741be40e2b3 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Tue, 15 Mar 2016 18:19:45 -0700 Subject: [PATCH] pnmtext: Remove unused local. --- panda/src/pnmtext/pnmTextMaker.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/pnmtext/pnmTextMaker.cxx b/panda/src/pnmtext/pnmTextMaker.cxx index ad435ffa00..af6f400341 100644 --- a/panda/src/pnmtext/pnmTextMaker.cxx +++ b/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; FT_BBox bounds; - TransparencyAttrib::Mode alpha_mode; // Calculate suitable texture dimensions for the signed distance field. // This is the same calculation that Freetype uses in its bitmap