diff options
author | Peter Osterlund <petero2@telia.com> | 2003-11-12 20:02:01 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:23 +0200 |
commit | 5181449a9ffb449ac55d943ab2b6905f97558d4f (patch) | |
tree | d4248f02e3adbb6a5df0af9a9f8b33a2dc6016d9 /synaptics.h | |
parent | efbbea912111d1072b472cc1e38c57203a8059cd (diff) |
Removed compatibility code for old (<test6) 2.6 kernels.
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synaptics.h b/synaptics.h index 0546e89..87a3c11 100644 --- a/synaptics.h +++ b/synaptics.h @@ -147,9 +147,6 @@ typedef struct _SynapticsPrivateRec palm/finger contact disappears */ int prev_z; /* previous z value, for palm detection */ int avg_width; /* weighted average of previous fingerWidth values */ - - Bool swapY; /* Swap Y coordinate direction. For compatibility - with old 2.5/2.6 kernels. Will be removed. */ } SynapticsPrivate; |