Removed obsolete and unused function.

This commit is contained in:
Jarl Gullberg 2017-06-20 15:06:08 +02:00
parent 4969d5788f
commit 65d0cf4c58
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -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