[Xquartz-changes] xserver: Branch 'master'

Jeremy Huddleston jeremyhu at freedesktop.org
Tue Nov 23 22:48:30 PST 2010


 hw/xquartz/darwinXinput.c |   19 -------------------
 1 file changed, 19 deletions(-)

New commits:
commit e074f745a80b87d1d82fb39489d7f35163d7552a
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Tue Nov 23 16:03:48 2010 -0800

    XQuartz: Remove unused CloseInputDevice stub
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

diff --git a/hw/xquartz/darwinXinput.c b/hw/xquartz/darwinXinput.c
index 15d9c52..8bb83ca 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


More information about the Xquartz-changes mailing list