Removed a couple of unused lines of code.

This commit is contained in:
the_fiddler 2007-11-11 20:22:51 +00:00
parent 0590fa91ca
commit 6c43d97cf4

View file

@ -138,8 +138,7 @@ namespace OpenTK.Platform.X11
break;
case XEventName.DestroyNotify:
this.exists = false;
//this.OnDestroy(EventArgs.Empty);
exists = false;
isExiting = true;
Debug.Print("X11 window {0} destroyed.", e.DestroyWindowEvent.window);
return;