input: mt: Move tracking and pointer emulation to input-mt
[pandora-kernel.git] / drivers / input / tablet / wacom_wac.h
index 00ca015..b1310ec 100644 (file)
@@ -42,9 +42,6 @@
 #define WACOM_QUIRK_MULTI_INPUT                0x0001
 #define WACOM_QUIRK_BBTOUCH_LOWRES     0x0002
 
-/* largest reported tracking id */
-#define MAX_TRACKING_ID                        0xfff
-
 enum {
        PENPARTNER = 0,
        GRAPHIRE,
@@ -100,7 +97,6 @@ struct wacom_wac {
        int id[3];
        __u32 serial[2];
        int last_finger;
-       int trk_id;
        struct wacom_features features;
        struct wacom_shared *shared;
        struct input_dev *input;