mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-20 12:21:48 +00:00
Removed unused (duplicate) details field.
This commit is contained in:
parent
a0e0613420
commit
ed754a4384
|
@ -157,8 +157,6 @@ namespace OpenTK.Input
|
|||
// Provides platform-specific information about the relevant JoystickDevice.
|
||||
internal sealed class JoystickDevice<TDetail> : JoystickDevice
|
||||
{
|
||||
TDetail details;
|
||||
|
||||
internal JoystickDevice(int id, int axes, int buttons)
|
||||
: base(id, axes, buttons)
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue