diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-18 16:24:28 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-18 16:25:02 +1000 |
commit | 4ebde557aee7953f766fcd6b725cbacd47f806ec (patch) | |
tree | c1ec8de9a9a840954a0a7e395a0af9d478e42d6d /include | |
parent | d521fc0335e9a6527d337154e064d192ab006425 (diff) |
Revert "Add synaptics orientation support"
This patch needs more work before we can ship it.
This reverts commit 049d5fb6037b34d94b24cb8300849cf4e3b67437.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/synaptics-properties.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h index 0b4e570..bdb2112 100644 --- a/include/synaptics-properties.h +++ b/include/synaptics-properties.h @@ -158,7 +158,4 @@ /* 32 Bit Integer, 2 values, horizontal hysteresis, vertical hysteresis */ #define SYNAPTICS_PROP_NOISE_CANCELLATION "Synaptics Noise Cancellation" -/* 32 bit, 4 values, normal, inverted, left, right */ -#define SYNAPTICS_ORIENTATION "Synaptics Orientation" - #endif /* _SYNAPTICS_PROPERTIES_H_ */ |