Suppressed 'unused code' warnings.
This commit is contained in:
parent
6fdf37f99f
commit
cd9ea45427
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ namespace OpenTK.Input
|
|||
{
|
||||
#region Fields
|
||||
|
||||
static IKeyboardDriver driver;
|
||||
//static IKeyboardDriver driver;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ namespace OpenTK.Input
|
|||
{
|
||||
#region Fields
|
||||
|
||||
static IMouseDriver driver;
|
||||
//static IMouseDriver driver;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue