Suppressed 'unused code' warnings.

This commit is contained in:
the_fiddler 2009-09-04 22:16:02 +00:00
parent d2f28a6e97
commit a2606049df
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ namespace OpenTK.Input
{
#region Fields
static IKeyboardDriver driver;
//static IKeyboardDriver driver;
#endregion

View file

@ -38,7 +38,7 @@ namespace OpenTK.Input
{
#region Fields
static IMouseDriver driver;
//static IMouseDriver driver;
#endregion