Removed an unused Bitmap reference.
This commit is contained in:
parent
e5ad57e13d
commit
6678fe52c3
1 changed files with 0 additions and 1 deletions
|
@ -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>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue