mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Remove all empty extension reset hooks, replace with NULL.
This commit is contained in:
@@ -210,9 +210,6 @@ int (*SProcRenderVector[RenderNumberRequests])(ClientPtr) = {
|
||||
SProcRenderCreateConicalGradient
|
||||
};
|
||||
|
||||
static void
|
||||
RenderResetProc (ExtensionEntry *extEntry);
|
||||
|
||||
int RenderErrBase;
|
||||
DevPrivateKey RenderClientPrivateKey;
|
||||
|
||||
@@ -252,17 +249,12 @@ RenderExtensionInit (void)
|
||||
|
||||
extEntry = AddExtension (RENDER_NAME, 0, RenderNumberErrors,
|
||||
ProcRenderDispatch, SProcRenderDispatch,
|
||||
RenderResetProc, StandardMinorOpcode);
|
||||
NULL, StandardMinorOpcode);
|
||||
if (!extEntry)
|
||||
return;
|
||||
RenderErrBase = extEntry->errorBase;
|
||||
}
|
||||
|
||||
static void
|
||||
RenderResetProc (ExtensionEntry *extEntry)
|
||||
{
|
||||
}
|
||||
|
||||
static int
|
||||
ProcRenderQueryVersion (ClientPtr client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user