Removed unused field.

This commit is contained in:
the_fiddler 2010-10-28 09:01:54 +00:00
parent ec01b1caae
commit b7a0a7c800

View file

@ -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;