Removed obsolete and unused function.
This commit is contained in:
parent
4969d5788f
commit
65d0cf4c58
1 changed files with 23 additions and 25 deletions
|
@ -319,8 +319,6 @@ namespace OpenTK.Platform.MacOS
|
|||
[DllImport(agl)] internal static extern void aglDestroyPixelFormat(AGLPixelFormat pix);
|
||||
[DllImport(agl)] internal static extern AGLPixelFormat aglNextPixelFormat(AGLPixelFormat pix);
|
||||
[DllImport(agl)] internal static extern bool aglDescribePixelFormat(AGLPixelFormat pix, PixelFormatAttribute attrib, out int value);
|
||||
[Obsolete("Use aglDisplaysOfPixelFormat instead.")]
|
||||
[DllImport(agl)] static extern AGLDevice *aglDevicesOfPixelFormat(AGLPixelFormat pix, int *ndevs);
|
||||
|
||||
/*
|
||||
** Renderer information functions
|
||||
|
|
Loading…
Reference in a new issue