Removed a couple of unused lines of code.
This commit is contained in:
parent
0590fa91ca
commit
6c43d97cf4
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue