diff --git a/Source/OpenTK/Graphics/GraphicsContext.cs b/Source/OpenTK/Graphics/GraphicsContext.cs
index be0dff15..7f6e25e5 100644
--- a/Source/OpenTK/Graphics/GraphicsContext.cs
+++ b/Source/OpenTK/Graphics/GraphicsContext.cs
@@ -299,6 +299,7 @@ namespace OpenTK.Graphics
///
/// The OpenTK.Platform.IGraphicsContext that was destroyed.
/// Not used.
+ [Obsolete]
void ContextDestroyed(IGraphicsContext context, EventArgs e)
{
this.Destroy -= ContextDestroyed;