diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/xi2/protocol-common.c | 1 | ||||
-rw-r--r-- | test/xtest.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/xi2/protocol-common.c b/test/xi2/protocol-common.c index ad18042f9..50f2b8698 100644 --- a/test/xi2/protocol-common.c +++ b/test/xi2/protocol-common.c @@ -157,7 +157,6 @@ void init_simple(void) dixResetPrivates(); InitAtoms(); XkbInitPrivates(); - XTestInitPrivates(); dixRegisterPrivateKey(&XIClientPrivateKeyRec, PRIVATE_CLIENT, sizeof(XIClientRec)); dixRegisterPrivateKey(&miPointerScreenKeyRec, PRIVATE_SCREEN, 0); dixRegisterPrivateKey(&miPointerPrivKeyRec, PRIVATE_DEVICE, 0); diff --git a/test/xtest.c b/test/xtest.c index af75f0c90..6ea6862f7 100644 --- a/test/xtest.c +++ b/test/xtest.c @@ -61,7 +61,6 @@ static void xtest_init_devices(void) InitAtoms(); XkbInitPrivates(); - XTestInitPrivates(); /* this also inits the xtest devices */ InitCoreDevices(); |