mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 10:31:12 +00:00
Removed an unused Bitmap reference.
This commit is contained in:
parent
8da8023c97
commit
07dff0abe0
|
@ -53,7 +53,6 @@ namespace OpenTK.Graphics.Text
|
||||||
#region Fields
|
#region Fields
|
||||||
|
|
||||||
List<GlyphSheet<T>> sheets = new List<GlyphSheet<T>>();
|
List<GlyphSheet<T>> sheets = new List<GlyphSheet<T>>();
|
||||||
Bitmap bmp = new Bitmap(32, 32);
|
|
||||||
|
|
||||||
Dictionary<Glyph, CachedGlyphInfo> cached_glyphs = new Dictionary<Glyph, CachedGlyphInfo>();
|
Dictionary<Glyph, CachedGlyphInfo> cached_glyphs = new Dictionary<Glyph, CachedGlyphInfo>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue