summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-07-25 12:30:14 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-07-25 12:35:56 +1000
commitad11a9da15d4cbef62f4ec1c19a6279ef21710f3 (patch)
tree637190e804e4f7394e022a8c2638f920e9cdd793
parentf2df07587e5ff89a6c5b2246bc468211c31cf43a (diff)
downloadxf86-input-wacom-ad11a9da15d4cbef62f4ec1c19a6279ef21710f3.tar.gz
Remove a comment referring to the wrong function
The function moved away in e4ea35d56aec59a5de0ef3d9282fdd796d89e6ad, let's drop this comment. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/x11/xf86WacomProperties.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/x11/xf86WacomProperties.c b/src/x11/xf86WacomProperties.c
index a27ce1f..6401a3b 100644
--- a/src/x11/xf86WacomProperties.c
+++ b/src/x11/xf86WacomProperties.c
@@ -37,10 +37,6 @@ static int wcmSetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr pr
static int wcmGetProperty(DeviceIntPtr dev, Atom property);
static int wcmDeleteProperty(DeviceIntPtr dev, Atom property);
-/*****************************************************************************
-* wcmDevSwitchMode --
-*****************************************************************************/
-
static Atom prop_devnode;
static Atom prop_rotation;
static Atom prop_tablet_area;