diff --git a/Source/Utilities/Graphics/Text/GlyphCache.cs b/Source/Utilities/Graphics/Text/GlyphCache.cs index 3e5ebf13..1059dba3 100644 --- a/Source/Utilities/Graphics/Text/GlyphCache.cs +++ b/Source/Utilities/Graphics/Text/GlyphCache.cs @@ -53,7 +53,6 @@ namespace OpenTK.Graphics.Text #region Fields List> sheets = new List>(); - Bitmap bmp = new Bitmap(32, 32); Dictionary cached_glyphs = new Dictionary();