[PATCH] glx: remove Xgl leftover
RALOVICH, Kristóf
kristof.ralovich at gmail.com
Mon Jun 29 06:23:21 PDT 2009
Compile tested and grep found no references.
Please review and apply.
Thanks,
Kristof
>From 21c6b89d0bba8efff847b6e88cbb76dc1d05d598 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?RALOVICH,=20Krist=C3=B3f?= <tade60 at freemail.hu>
Date: Mon, 29 Jun 2009 15:18:56 +0200
Subject: [PATCH] glx: remove Xgl leftover
GlxSetRenderTables was only used by the long gone Xgl.
---
glx/glxcmds.c | 6 ------
glx/glxserver.h | 3 ---
2 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/glx/glxcmds.c b/glx/glxcmds.c
index d4ff7da..f5632d1 100644
--- a/glx/glxcmds.c
+++ b/glx/glxcmds.c
@@ -51,12 +51,6 @@
#include "indirect_table.h"
#include "indirect_util.h"
-void
-GlxSetRenderTables (struct _glapi_table *table)
-{
- _glapi_set_dispatch (table);
-}
-
static int
validGlxScreen(ClientPtr client, int screen, __GLXscreen
**pGlxScreen, int *err)
{
diff --git a/glx/glxserver.h b/glx/glxserver.h
index 3e44b71..46c9382 100644
--- a/glx/glxserver.h
+++ b/glx/glxserver.h
@@ -94,9 +94,6 @@ void GlxExtensionInit(void);
void GlxSetVisualConfigs(int nconfigs,
void *configs, void **privates);
-struct _glapi_table;
-void GlxSetRenderTables (struct _glapi_table *table);
-
void __glXScreenInitVisuals(__GLXscreen *screen);
/*
--
1.6.3.3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-glx-remove-Xgl-leftover.patch
Type: text/x-diff
Size: 1188 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg/attachments/20090629/00a47536/attachment.patch>
More information about the xorg
mailing list