Removed an unused Bitmap reference.

This commit is contained in:
the_fiddler 2009-02-22 12:12:16 +00:00
parent e5ad57e13d
commit 6678fe52c3

View file

@ -53,7 +53,6 @@ namespace OpenTK.Graphics.Text
#region Fields
List<GlyphSheet<T>> sheets = new List<GlyphSheet<T>>();
Bitmap bmp = new Bitmap(32, 32);
Dictionary<Glyph, CachedGlyphInfo> cached_glyphs = new Dictionary<Glyph, CachedGlyphInfo>();