From e074f745a80b87d1d82fb39489d7f35163d7552a Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 23 Nov 2010 16:03:48 -0800 Subject: [PATCH] XQuartz: Remove unused CloseInputDevice stub Signed-off-by: Jeremy Huddleston --- hw/xquartz/darwinXinput.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/hw/xquartz/darwinXinput.c b/hw/xquartz/darwinXinput.c index 15d9c5258..8bb83ca37 100644 --- a/hw/xquartz/darwinXinput.c +++ b/hw/xquartz/darwinXinput.c @@ -63,25 +63,6 @@ SOFTWARE. #include "XIstubs.h" #include "darwin.h" -/*********************************************************************** - * - * Caller: ProcXCloseDevice - * - * Take care of implementation-dependent details of closing a device. - * Some implementations may actually close the device, others may just - * remove this clients interest in that device. - * - * The default implementation is to do nothing (assume all input devices - * are initialized during X server initialization and kept open). - * - */ - -void -CloseInputDevice(DeviceIntPtr d, ClientPtr client) -{ - DEBUG_LOG("CloseInputDevice(%p, %p)\n", d, client); -} - /**************************************************************************** * * Caller: ProcXSetDeviceMode