mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-24 08:41:13 +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>();
|
List<MouseState> mice = new List<MouseState>();
|
||||||
Dictionary<int, int> rawids = new Dictionary<int, int>(); // maps raw ids to mouse ids
|
Dictionary<int, int> rawids = new Dictionary<int, int>(); // maps raw ids to mouse ids
|
||||||
int first_mouse;
|
|
||||||
readonly X11WindowInfo window;
|
readonly X11WindowInfo window;
|
||||||
static int XIOpCode;
|
static int XIOpCode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue