mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 15:05:43 +00:00
Removed unused constructors
This commit is contained in:
parent
95270c877d
commit
d7fefe495e
|
@ -108,18 +108,6 @@ namespace OpenTK.Platform.MacOS
|
||||||
Application.Initialize();
|
Application.Initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
CarbonGLNative() : this(WindowClass.Document,
|
|
||||||
WindowAttributes.StandardDocument | WindowAttributes.StandardHandler |
|
|
||||||
WindowAttributes.InWindowMenu | WindowAttributes.LiveResize)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
CarbonGLNative(WindowClass @class, WindowAttributes attrib)
|
|
||||||
{
|
|
||||||
mWindowClass = @class;
|
|
||||||
mWindowAttrib = attrib;
|
|
||||||
}
|
|
||||||
|
|
||||||
public CarbonGLNative(int x, int y, int width, int height, string title,
|
public CarbonGLNative(int x, int y, int width, int height, string title,
|
||||||
GraphicsMode mode, GameWindowFlags options, DisplayDevice device)
|
GraphicsMode mode, GameWindowFlags options, DisplayDevice device)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue