mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:45:38 +00:00
Moved GdiPlus to OpenTK.Platform where it belongs.
Removed unused fields in WinGdiPlusInternals.cs.
This commit is contained in:
parent
f218071fa7
commit
44f0828425
|
@ -21,8 +21,6 @@ namespace OpenTK.Platform
|
||||||
static IGdiPlusInternals internals;
|
static IGdiPlusInternals internals;
|
||||||
|
|
||||||
const string gdi_plus_library = "gdiplus.dll";
|
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 ---
|
#region --- Constructors ---
|
||||||
|
|
|
@ -8,7 +8,6 @@ namespace OpenTK.Platform.Windows
|
||||||
{
|
{
|
||||||
class WinGdiPlusInternals : IGdiPlusInternals
|
class WinGdiPlusInternals : IGdiPlusInternals
|
||||||
{
|
{
|
||||||
const string gdi_plus_library = "gdiplus.dll";
|
|
||||||
static readonly PropertyInfo native_graphics_property, native_font_property;
|
static readonly PropertyInfo native_graphics_property, native_font_property;
|
||||||
static readonly FieldInfo native_string_format_field;
|
static readonly FieldInfo native_string_format_field;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue