Commented out to remove warnings until actual implementation.

This commit is contained in:
the_fiddler 2008-11-03 22:15:56 +00:00
parent 8c4a36b8a7
commit c885f61590

View file

@ -5,6 +5,7 @@ using OpenTK.Math;
namespace OpenTK.Input
{
#if false
/// <summary>
/// Represents a joystick device and provides methods to query its state.
/// </summary>
@ -44,4 +45,5 @@ namespace OpenTK.Input
#endregion
}
#endif
}