(!1639) Xext: xv: drop now obsolete swap procs
Several SProc's have become no-ops, just calling the actual Proc's, so we can get rid of them entirely. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
b1f5a743ea
commit
7f629ec502
|
@ -1117,12 +1117,6 @@ ProcXvDispatch(ClientPtr client)
|
||||||
|
|
||||||
/* Swapped Procs */
|
/* Swapped Procs */
|
||||||
|
|
||||||
static int _X_COLD
|
|
||||||
SProcXvQueryExtension(ClientPtr client)
|
|
||||||
{
|
|
||||||
return XvProcVector[xv_QueryExtension] (client);
|
|
||||||
}
|
|
||||||
|
|
||||||
static int _X_COLD
|
static int _X_COLD
|
||||||
SProcXvQueryAdaptors(ClientPtr client)
|
SProcXvQueryAdaptors(ClientPtr client)
|
||||||
{
|
{
|
||||||
|
@ -1380,7 +1374,7 @@ SProcXvListImageFormats(ClientPtr client)
|
||||||
}
|
}
|
||||||
|
|
||||||
static int (*SXvProcVector[xvNumRequests]) (ClientPtr) = {
|
static int (*SXvProcVector[xvNumRequests]) (ClientPtr) = {
|
||||||
SProcXvQueryExtension,
|
ProcXvQueryExtension,
|
||||||
SProcXvQueryAdaptors,
|
SProcXvQueryAdaptors,
|
||||||
SProcXvQueryEncodings,
|
SProcXvQueryEncodings,
|
||||||
SProcXvGrabPort,
|
SProcXvGrabPort,
|
||||||
|
|
Loading…
Reference in New Issue