From 3c3a47d0f5ce7fb9548a3eefee9e72488d3ac279 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 31 Oct 2008 17:00:21 +1030 Subject: [PATCH] include: remove unused declaration for RegisterPairingClient(). Matching functions got removed in 004876355b43fb4d3c2bc5653a7dc1bfd3f985ee. --- include/input.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/input.h b/include/input.h index e2f3593f5..408d9dafd 100644 --- a/include/input.h +++ b/include/input.h @@ -516,8 +516,6 @@ extern int AttachDevice(ClientPtr client, extern DeviceIntPtr GetPairedDevice(DeviceIntPtr kbd); -extern Bool RegisterPairingClient(ClientPtr client); - extern int AllocMasterDevice(ClientPtr client, char* name, DeviceIntPtr* ptr,