mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-13 03:35:34 +00:00
Removed a couple of unused lines of code.
This commit is contained in:
parent
6dc133d9eb
commit
42e36a31c6
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue