Signed-off-by: Peter Hutterer <[email protected]>
---
 src/xf86OSmouse.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/xf86OSmouse.h b/src/xf86OSmouse.h
index 33b2232..6628001 100644
--- a/src/xf86OSmouse.h
+++ b/src/xf86OSmouse.h
@@ -204,7 +204,6 @@ typedef struct _MouseDevRec {
     PostMseEventProc   PostEvent;
     MouseCommonOptProc CommonOptions;
     DeviceIntPtr       device;
-    const char *       mseDevice;
     const char *       protocol;
     MouseProtocolID    protocolID;
     MouseProtocolID    oldProtocolID; /* hack */
@@ -225,9 +224,6 @@ typedef struct _MouseDevRec {
     int                 invY;
     int                        mouseFlags;     /* Flags to Clear after opening
                                         * mouse dev */
-    int                        truebuttons;    /* (not used)
-                                        * Arg to maintain before
-                                        * emulate3buttons timer callback */
     int                        resolution;
     int                        negativeZ;      /* button mask */
     int                        positiveZ;      /* button mask */
@@ -240,8 +236,6 @@ typedef struct _MouseDevRec {
     unsigned char      inSync;         /* driver in sync with datastream */
     pointer            mousePriv;      /* private area */
     InputInfoPtr       pInfo;
-    int                        origProtocolID;
-    const char *       origProtocol;
     Bool               emulate3Pending;/* timer waiting */
     CARD32             emulate3Expires;/* time to fire emulation code */
     Bool               emulateWheel;
-- 
1.7.2.3

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to