summaryrefslogtreecommitdiff
path: root/Xi/ungrdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/ungrdev.c')
-rw-r--r--Xi/ungrdev.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Xi/ungrdev.c b/Xi/ungrdev.c
index fd4fc0f45..e64d3b99c 100644
--- a/Xi/ungrdev.c
+++ b/Xi/ungrdev.c
@@ -50,9 +50,7 @@ SOFTWARE.
*
*/
-#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
-#endif
#include "inputstr.h" /* DeviceIntPtr */
#include "windowstr.h" /* window structure */
@@ -71,7 +69,6 @@ int _X_COLD
SProcXUngrabDevice(ClientPtr client)
{
REQUEST(xUngrabDeviceReq);
- swaps(&stuff->length);
REQUEST_SIZE_MATCH(xUngrabDeviceReq);
swapl(&stuff->time);
return (ProcXUngrabDevice(client));