diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2010-01-10 16:33:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2010-01-10 16:33:44 +0000 |
commit | 741a52763fad907ed3789043246fcb7cfdfb27c3 (patch) | |
tree | 0ba3e8a7ea81dd34d172e501940cdee7667052de /src/ws.h | |
parent | 620053ed0e0471cb35e314f1b3fea25c75087aa7 (diff) |
Remove unused screen_width and screen_height fields fromOPENBSD_4_7_BASE
driver private data.
Diffstat (limited to 'src/ws.h')
-rw-r--r-- | src/ws.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |