summaryrefslogtreecommitdiff
path: root/src/xf86Wacom.h
diff options
context:
space:
mode:
authorPing Cheng <ping.cheng@wacom.com>2022-11-02 21:55:21 -0700
committerPing Cheng <pinglinux@gmail.com>2022-11-16 20:07:49 -0800
commit61b7d9061b53f79b5a37a463269bb9c8d45dbe14 (patch)
treef8438163074ee3fde19db149afdadfb1fecd68c7 /src/xf86Wacom.h
parent829a2d996f1a8d8a735c0eb7340797959de03ca8 (diff)
downloadxf86-input-wacom-61b7d9061b53f79b5a37a463269bb9c8d45dbe14.tar.gz
Move wcmDeviceTypeKeys to wcmConfig.c
There is only one file that needs wcmDeviceTypeKeys. Move it and make it into a static routine to simply the logic. Also, there is no value to return from this routine. It sets the types and keys to the common structure. Signed-off-by: Ping Cheng <ping.cheng@wacom.com>
Diffstat (limited to 'src/xf86Wacom.h')
-rw-r--r--src/xf86Wacom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h
index 9d65f8d..90a6cf9 100644
--- a/src/xf86Wacom.h
+++ b/src/xf86Wacom.h
@@ -117,7 +117,6 @@ void wcmSendEvents(WacomDevicePtr priv, const WacomDeviceState* ds);
/* validation */
extern Bool wcmIsAValidType(WacomDevicePtr priv, const char* type);
extern int wcmIsDuplicate(const char* device, WacomDevicePtr priv);
-extern int wcmDeviceTypeKeys(WacomDevicePtr priv);
/* hotplug */
extern int wcmNeedAutoHotplug(WacomDevicePtr priv, char **type);