Removed unused field.

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

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;