From a02e3cf4ca890bd397a6c36a7b253bcc03074031 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Thu, 3 Sep 2009 20:32:23 +0000 Subject: [PATCH] * GLCore.cs: * GLDelegates.cs: Added [Obsolete] attribute to nested classes, in order to remove a large number of deprecation warnings. --- Source/Compatibility/Graphics/GL/GLCore.cs | 2 +- Source/Compatibility/Graphics/GL/GLDelegates.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Compatibility/Graphics/GL/GLCore.cs b/Source/Compatibility/Graphics/GL/GLCore.cs index 6713b2f5..78b6b3ed 100644 --- a/Source/Compatibility/Graphics/GL/GLCore.cs +++ b/Source/Compatibility/Graphics/GL/GLCore.cs @@ -34,7 +34,7 @@ namespace OpenTK.Graphics partial class GL { - + [Obsolete] internal static partial class Imports { diff --git a/Source/Compatibility/Graphics/GL/GLDelegates.cs b/Source/Compatibility/Graphics/GL/GLDelegates.cs index 5045cf57..40147d28 100644 --- a/Source/Compatibility/Graphics/GL/GLDelegates.cs +++ b/Source/Compatibility/Graphics/GL/GLDelegates.cs @@ -35,6 +35,7 @@ namespace OpenTK.Graphics partial class GL { + [Obsolete] internal static partial class Delegates { [System.Security.SuppressUnmanagedCodeSecurity()]