Moved GdiPlus to OpenTK.Platform where it belongs.
Removed unused fields in WinGdiPlusInternals.cs.
This commit is contained in:
parent
f218071fa7
commit
44f0828425
2 changed files with 0 additions and 3 deletions
|
@ -21,8 +21,6 @@ namespace OpenTK.Platform
|
|||
static IGdiPlusInternals internals;
|
||||
|
||||
const string gdi_plus_library = "gdiplus.dll";
|
||||
static readonly PropertyInfo native_graphics_property, native_font_property;
|
||||
static readonly FieldInfo native_string_format_field;
|
||||
|
||||
#region --- Constructors ---
|
||||
|
|
@ -8,7 +8,6 @@ namespace OpenTK.Platform.Windows
|
|||
{
|
||||
class WinGdiPlusInternals : IGdiPlusInternals
|
||||
{
|
||||
const string gdi_plus_library = "gdiplus.dll";
|
||||
static readonly PropertyInfo native_graphics_property, native_font_property;
|
||||
static readonly FieldInfo native_string_format_field;
|
||||
|
||||
|
|
Loading…
Reference in a new issue