mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 18:55:50 +00:00
Suppressed 'unused code' warnings.
This commit is contained in:
parent
d2f28a6e97
commit
a2606049df
|
@ -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