mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-08 22:55:27 +00:00
Remove unused fields in MouseDevice
This commit is contained in:
parent
f099ae6db7
commit
89b7337061
|
@ -1,5 +1,4 @@
|
|||
#define COMPAT_REV1519 // Keeps compatibility with revision 1519
|
||||
//
|
||||
//
|
||||
// The Open Toolkit Library License
|
||||
//
|
||||
// Copyright (c) 2006 - 2009 the Open Toolkit library.
|
||||
|
@ -40,10 +39,6 @@ namespace OpenTK.Input
|
|||
private IntPtr id;
|
||||
|
||||
private MouseState state;
|
||||
#if COMPAT_REV1519
|
||||
private int wheel_last_accessed = 0;
|
||||
private Point pos_last_accessed = new Point();
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Gets a string describing this MouseDevice.
|
||||
|
|
Loading…
Reference in a new issue