Skip to content

Commit

Permalink
Xi: remove RegisterPairingClient handling. Deprecated with device hie…
Browse files Browse the repository at this point in the history
…rarchy.
  • Loading branch information
Peter Hutterer committed Nov 13, 2007
1 parent e96d926 commit 0bdfeb5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 161 deletions.
2 changes: 0 additions & 2 deletions Xi/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ libXi_la_SOURCES = \
queryst.h \
qryacces.c \
qryacces.h \
regpair.c \
regpair.h \
selectev.c \
selectev.h \
sendexev.c \
Expand Down
8 changes: 0 additions & 8 deletions Xi/extinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ SOFTWARE.
#include "qryacces.c"
#include "querydp.h"
#include "queryst.h"
#include "regpair.h"
#include "selectev.h"
#include "sendexev.h"
#include "chgkmap.h"
Expand Down Expand Up @@ -329,8 +328,6 @@ ProcIDispatch(ClientPtr client)
return (ProcXChangeDeviceHierarchy(client));
else if (stuff->data == X_XiSelectEvent)
return (ProcXiSelectEvent(client));
else if (stuff->data == X_RegisterPairingClient)
return (ProcXRegisterPairingClient(client));
else if (stuff->data == X_GrabAccessControl)
return (ProcXGrabAccessControl(client));
else if (stuff->data == X_ChangeWindowAccess)
Expand Down Expand Up @@ -446,8 +443,6 @@ SProcIDispatch(ClientPtr client)
return (SProcXChangeDeviceHierarchy(client));
else if (stuff->data == X_XiSelectEvent)
return (SProcXiSelectEvent(client));
else if (stuff->data == X_RegisterPairingClient)
return (SProcXRegisterPairingClient(client));
else if (stuff->data == X_GrabAccessControl)
return (SProcXGrabAccessControl(client));
else if (stuff->data == X_ChangeWindowAccess)
Expand Down Expand Up @@ -539,9 +534,6 @@ SReplyIDispatch(ClientPtr client, int len, xGrabDeviceReply * rep)
else if (rep->RepType == X_QueryDevicePointer)
SRepXQueryDevicePointer(client, len,
(xQueryDevicePointerReply *) rep);
else if (rep->RepType == X_RegisterPairingClient)
SRepXRegisterPairingClient(client, len,
(xRegisterPairingClientReply *) rep);
else if (rep->RepType == X_GrabAccessControl)
SRepXGrabAccessControl(client, len,
(xGrabAccessControlReply*) rep);
Expand Down
108 changes: 0 additions & 108 deletions Xi/regpair.c

This file was deleted.

43 changes: 0 additions & 43 deletions Xi/regpair.h

This file was deleted.

0 comments on commit 0bdfeb5

Please sign in to comment.