mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-04 19:52:28 +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)
|
catch (ArgumentException e)
|
||||||
{
|
{
|
||||||
Debug.Print("Exception while creating keymap: '{0}'.", e.ToString());
|
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