summaryrefslogtreecommitdiff
path: root/config/config.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-05-26 07:54:35 -0700
committerKeith Packard <keithp@keithp.com>2010-05-26 07:54:35 -0700
commit4e9d3e413245e7c01c2ff3c0f130b8967754131b (patch)
tree401fc96d44a7ff27923207ee59a90b36df55959f /config/config.c
parent531ff40301975519af7b20109c17d296312d3f2b (diff)
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Peter wants to get a larger patch sequence put together and I didn't read past the commit message to see the 'don't take this patch please'. This reverts commit 531ff40301975519af7b20109c17d296312d3f2b.
Diffstat (limited to 'config/config.c')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index f49420d0e..65ef67987 100644
--- a/config/config.c
+++ b/config/config.c
@@ -81,7 +81,7 @@ remove_device(const char *backend, DeviceIntPtr dev)
* already been removed. */
OsBlockSignals();
ProcessInputEvents();
- DeleteInputDeviceRequest(dev, 0);
+ DeleteInputDeviceRequest(dev);
OsReleaseSignals();
}