mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 16:15:28 +00:00
Suppressed 'unused code' warnings.
This commit is contained in:
parent
d2f28a6e97
commit
a2606049df
|
@ -38,7 +38,7 @@ namespace OpenTK.Input
|
||||||
{
|
{
|
||||||
#region Fields
|
#region Fields
|
||||||
|
|
||||||
static IKeyboardDriver driver;
|
//static IKeyboardDriver driver;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ namespace OpenTK.Input
|
||||||
{
|
{
|
||||||
#region Fields
|
#region Fields
|
||||||
|
|
||||||
static IMouseDriver driver;
|
//static IMouseDriver driver;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue