mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 22:31:06 +00:00
Removed unused field.
This commit is contained in:
parent
dc4a55baab
commit
c99dbc619c
|
@ -39,7 +39,6 @@ namespace OpenTK.Platform.X11
|
|||
{
|
||||
List<MouseState> mice = new List<MouseState>();
|
||||
Dictionary<int, int> rawids = new Dictionary<int, int>(); // maps raw ids to mouse ids
|
||||
int first_mouse;
|
||||
readonly X11WindowInfo window;
|
||||
static int XIOpCode;
|
||||
|
||||
|
|
Loading…
Reference in a new issue