Removed obsolete compatibility function.

This commit is contained in:
Jarl Gullberg 2017-06-20 15:38:40 +02:00
parent 289dd1749a
commit 11a442037d
No known key found for this signature in database
GPG key ID: 750FF6F6BDA72D23

View file

@ -97,20 +97,6 @@ namespace OpenTK.Graphics.OpenGL
#endregion #endregion
#region --- Public Members ---
/// <summary>
/// Loads all OpenGL entry points (core and extension).
/// This method is provided for compatibility purposes with older OpenTK versions.
/// </summary>
[Obsolete("If you are using a context constructed outside of OpenTK, create a new GraphicsContext and pass your context handle to it. Otherwise, there is no need to call this method.")]
public static void LoadAll()
{
new GL().LoadEntryPoints();
}
#endregion
#region --- Protected Members --- #region --- Protected Members ---
/// <summary> /// <summary>