Remove unused 'screen' variable from the EvdevRec.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2009-02-16 10:48:58 +10:00
parent 95099cb036
commit a31170718d

View File

@@ -84,7 +84,6 @@ typedef struct {
typedef struct {
const char *device;
int grabDevice; /* grab the event device? */
int screen;
int min_x, min_y, max_x, max_y, min_p, max_p;
int abs_x, abs_y, abs_p, old_x, old_y;
int flags;