diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-23 16:25:54 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-10 10:06:25 +1000 |
commit | ebd36c7494062e9f9a47fcd20148de886ebdd46a (patch) | |
tree | 97a41a930d3029a4df11e2033eb6537144b047bc /src/properties.c | |
parent | 3430f4af41184752d698dcbf4919469e36b3216c (diff) |
Move synaptics.h leftovers to synapticsstr.h, drop synaptics.h
This leaves us with a duplicated define for the maxbuttons but I'll live
with that for now.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'src/properties.c')
-rw-r--r-- | src/properties.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/properties.c b/src/properties.c index 49eb6c0..0cbca09 100644 --- a/src/properties.c +++ b/src/properties.c @@ -35,7 +35,6 @@ #include <xf86Xinput.h> #include <exevents.h> -#include "synaptics.h" #include "synapticsstr.h" #include "synaptics-properties.h" |