mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 19:31:13 +00:00
Removed unused (duplicate) details field.
This commit is contained in:
parent
4a2a223751
commit
9981b92e5a
|
@ -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