Marked ContextDestroyed method as obsolete.

This commit is contained in:
the_fiddler 2009-06-24 14:43:20 +00:00
parent 8c800d619d
commit 28420497c6

View file

@ -299,6 +299,7 @@ namespace OpenTK.Graphics
/// </summary> /// </summary>
/// <param name="context">The OpenTK.Platform.IGraphicsContext that was destroyed.</param> /// <param name="context">The OpenTK.Platform.IGraphicsContext that was destroyed.</param>
/// <param name="e">Not used.</param> /// <param name="e">Not used.</param>
[Obsolete]
void ContextDestroyed(IGraphicsContext context, EventArgs e) void ContextDestroyed(IGraphicsContext context, EventArgs e)
{ {
this.Destroy -= ContextDestroyed; this.Destroy -= ContextDestroyed;