mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:15:36 +00:00
* X11KeyMap.cs: Removed dependency on System.Windows.Forms.
This commit is contained in:
parent
ba53b6851d
commit
23dce5479d
|
@ -132,8 +132,6 @@ namespace OpenTK.Platform.X11
|
|||
catch (ArgumentException e)
|
||||
{
|
||||
Debug.Print("Exception while creating keymap: '{0}'.", e.ToString());
|
||||
System.Windows.Forms.MessageBox.Show(
|
||||
String.Format("Exception while creating keymap: '{0}'.", e.ToString()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue