From 741a52763fad907ed3789043246fcb7cfdfb27c3 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 10 Jan 2010 16:33:44 +0000 Subject: Remove unused screen_width and screen_height fields from driver private data. --- src/ws.c | 3 --- src/ws.h | 1 - 2 files changed, 4 deletions(-) diff --git a/src/ws.c b/src/ws.c index 5922d93..9072fff 100644 --- a/src/ws.c +++ b/src/ws.c @@ -392,9 +392,6 @@ wsDeviceInit(DeviceIntPtr pWS) btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); #endif - priv->screen_width = screenInfo.screens[priv->screen_no]->width; - priv->screen_height = screenInfo.screens[priv->screen_no]->height; - for (i = 0; i < NBUTTONS; i++) map[i + 1] = i + 1; if (!InitButtonClassDeviceStruct(pWS, diff --git a/src/ws.h b/src/ws.h index 5c121fb..64b7076 100644 --- a/src/ws.h +++ b/src/ws.h @@ -44,7 +44,6 @@ typedef struct WSDevice { int swap_axes; int raw; int inv_x, inv_y; - int screen_width, screen_height; int screen_no; int num, den, threshold; /* relative accel params */ pointer buffer; -- cgit v1.2.3