diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-26 15:47:25 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-02-26 15:47:25 +1030 |
commit | df2cf307c365feea924f2c907d8109cf53461a75 (patch) | |
tree | ad104bed190bf5c41d3c26742446d21f886bc74c /src/Makefile.am | |
parent | 5ca4f620883c63e57edd409b139d82092679010a (diff) |
Remove XGetPairedPointer(), was removed from the protocol.
The information needed is in the attached field of ListInputDevices.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index eac6caa..1d2d4cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,6 @@ libXi_la_SOURCES = \ XGetFCtl.c \ XGetKMap.c \ XGetMMap.c \ - XGetPairP.c \ XGetProp.c \ XGetVers.c \ XGMotion.c \ |