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; break;
case XEventName.DestroyNotify: case XEventName.DestroyNotify:
this.exists = false; exists = false;
//this.OnDestroy(EventArgs.Empty);
isExiting = true; isExiting = true;
Debug.Print("X11 window {0} destroyed.", e.DestroyWindowEvent.window); Debug.Print("X11 window {0} destroyed.", e.DestroyWindowEvent.window);
return; return;