It's not very important, of course...

-- 
  Best wishes,
    Vadim Jukov


Index: ums.c
===================================================================
RCS file: /cvs/src/sys/dev/usb/ums.c,v
retrieving revision 1.26
diff -u -r1.26 ums.c
--- ums.c       17 Sep 2007 01:40:38 -0000      1.26
+++ ums.c       18 Oct 2007 01:45:23 -0000
@@ -80,11 +80,6 @@
 
 #define UMSUNIT(s)     (minor(s))
 
-#define PS2LBUTMASK    x01
-#define PS2RBUTMASK    x02
-#define PS2MBUTMASK    x04
-#define PS2BUTMASK 0x0f
-
 #define MAX_BUTTONS    16      /* must not exceed size of sc_buttons */
 
 struct ums_softc {

Reply via email to