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?= <[email protected]>
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
From 21c6b89d0bba8efff847b6e88cbb76dc1d05d598 Mon Sep 17 00:00:00 2001
From: =?utf-8?q?RALOVICH,=20Krist=C3=B3f?= <[email protected]>
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

_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to