* X11KeyMap.cs: Removed dependency on System.Windows.Forms.

This commit is contained in:
the_fiddler 2009-09-13 16:34:03 +00:00
parent ba53b6851d
commit 23dce5479d

View file

@ -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()));
} }
} }
} }