diff options
Diffstat (limited to 'Xext/xvdisp.c')
-rw-r--r-- | Xext/xvdisp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/xvdisp.c b/Xext/xvdisp.c index f2d49a2b8..71192b3d9 100644 --- a/Xext/xvdisp.c +++ b/Xext/xvdisp.c @@ -356,8 +356,6 @@ ProcXvQueryAdaptors(ClientPtr client) return Success; } - (*pxvs->ddQueryAdaptors) (pScreen, &pxvs->pAdaptors, &pxvs->nAdaptors); - rep = (xvQueryAdaptorsReply) { .type = X_Reply, .sequenceNumber = client->sequence, |