diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.c b/config/config.c index 1fb368c12..fb60295ae 100644 --- a/config/config.c +++ b/config/config.c @@ -107,6 +107,8 @@ remove_devices(const char *backend, const char *config_info) if (dev->config_info && strcmp(dev->config_info, config_info) == 0) remove_device(backend, dev); } + + RemoveInputDeviceTraces(config_info); } BOOL |